mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-03 16:00:26 +08:00
更新文档
This commit is contained in:
6
docs/theme/main.html
vendored
Normal file
6
docs/theme/main.html
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block site_meta %}
|
||||
{{ super() }}
|
||||
<meta name="google-adsense-account" content="ca-pub-7619094561219293">
|
||||
{% endblock %}
|
||||
@@ -124,13 +124,13 @@ hide:
|
||||
|
||||
---
|
||||
|
||||
如果你系统命令行界面的中文显示乱码那么将导致无法查看交互内容,此外部分系统 GUI 图形界面的终端应用可能存在一些无法预料的显示问题。关于 SSH 服务部分系统会自动开启,否则请参考[开启方法](#关于开启-ssh-远程登录的方法)。
|
||||
如果你系统命令行界面的中文显示乱码那么将导致无法查看交互内容,此外部分系统 GUI 图形界面的终端应用可能存在一些无法预料的显示问题。部分系统会自动开启 SSH 服务,否则请参考[开启方法](#关于开启-ssh-远程登录的方法)。
|
||||
|
||||
- :material-numeric-3:{style="color: #3CA7E5" .lg} __如果是在新装系统上首次执行脚本__
|
||||
|
||||
---
|
||||
|
||||
当前执行方式依赖 `curl` 指令获取脚本内容并执行,但部分操作系统没有预装此软件包,届时则会报错 `Command not found`,安装方法详见下方 [_关于报错 Command not found_](#关于报错-command-not-found)。
|
||||
当前依赖 `curl` 指令获取脚本内容,但部分操作系统没有预装此软件包,届时则会报错 `Command not found`,安装方法详见下方 [_关于报错 Command not found_](#关于报错-command-not-found)。脚本本身与 `curl` `wget` 指令无关,更不会下载任何内容。
|
||||
|
||||
- :material-numeric-4:{style="color: #3CA7E5" .lg} __脚本运行期间需要交互选择配置__
|
||||
|
||||
@@ -146,7 +146,7 @@ hide:
|
||||
|
||||
!!! quote ""
|
||||
|
||||
此报错是因为系统没有预装 `curl` 软件包,下面是安装命令
|
||||
此报错是因为系统没有安装 `curl` 软件包,下面是安装命令
|
||||
|
||||
=== "Debian 系 / openKylin"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user