文档更新

This commit is contained in:
SuperManito
2023-05-05 22:08:16 +08:00
parent a2ba6f5ba0
commit c638e8b332
45 changed files with 319 additions and 217 deletions

View File

@@ -29,6 +29,12 @@ hide:
zypper install curl
```
=== "Arch Linux"
``` sh
pacman -S curl
```
## 还原已备份的软件源
=== "Debian 系 Linux"
@@ -56,6 +62,13 @@ hide:
zypper ref
```
=== "Arch Linux"
``` sh
cp -rvf /etc/pacman.d/mirrorlist.bak /etc/pacman.d/mirrorlist
pacman -Sy
```
## 其它
- 如果提示 `bash: /proc/self/fd/11: No such file or directory`,请切换至 `Root` 用户执行,切换命令为 `su root`