mirror of
https://github.com/spiritLHLS/one-click-installation-script.git
synced 2024-11-16 07:22:18 +08:00
Update README.md
This commit is contained in:
parent
59282306e3
commit
b659e32d3f
|
@ -6,12 +6,18 @@
|
|||
curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/rust.sh -o rust.sh && chmod +x rust.sh && bash rust.sh
|
||||
```
|
||||
|
||||
一键修复apt源
|
||||
一键尝试修复apt源
|
||||
|
||||
```bash
|
||||
curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/package.sh -o package.sh && chmod +x package.sh && bash package.sh
|
||||
```
|
||||
|
||||
一键尝试修复网络(nameserver和网络优先级)
|
||||
|
||||
```bash
|
||||
curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/network.sh -o network.sh && chmod +x network.sh && bash network.sh
|
||||
```
|
||||
|
||||
### 手动命令
|
||||
|
||||
ubuntu缺失公钥
|
||||
|
|
Loading…
Reference in New Issue
Block a user