mirror of
https://github.com/spiritLHLS/one-click-installation-script.git
synced 2024-11-16 04:42:18 +08:00
Update README.md
This commit is contained in:
parent
9fc7fd0fe5
commit
eb65168c0b
10
README.md
10
README.md
|
@ -47,7 +47,7 @@
|
|||
- 修复本机的Ubuntu系统是EOL非长期维护的版本(奇数或陈旧的偶数版本),将替换为Ubuntu官方的old-releases仓库以支持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
|
||||
curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/repair_scripts/package.sh -o package.sh && chmod +x package.sh && bash package.sh
|
||||
```
|
||||
|
||||
#### 一键尝试修复系统时间
|
||||
|
@ -56,7 +56,7 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-scri
|
|||
- 检测修复本机系统时间,对应时区时间,如果相差超过300秒的合理范围则校准时间
|
||||
|
||||
```bash
|
||||
curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/modify_time.sh -o modify_time.sh && chmod +x modify_time.sh && bash modify_time.sh
|
||||
curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/repair_scripts/modify_time.sh -o modify_time.sh && chmod +x modify_time.sh && bash modify_time.sh
|
||||
```
|
||||
|
||||
#### 一键尝试修复sudo警告
|
||||
|
@ -66,7 +66,7 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-scri
|
|||
不要在生产环境上使用该脚本,否则容易造成网络hosts配置错误,配置的host名字不在外网IP上反而在内网IP(127.0.0.1)上
|
||||
|
||||
```bash
|
||||
curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/check_sudo.sh -o check_sudo.sh && chmod +x check_sudo.sh && bash check_sudo.sh
|
||||
curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/repair_scripts/check_sudo.sh -o check_sudo.sh && chmod +x check_sudo.sh && bash check_sudo.sh
|
||||
```
|
||||
|
||||
#### 一键修改系统自带的journal日志记录大小释放系统盘空间
|
||||
|
@ -79,7 +79,7 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-scri
|
|||
- 4.以后日志的产生将受到日志文件大小,日志保留时间,日志保留等级的限制
|
||||
|
||||
```bash
|
||||
curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/resize_journal.sh -o resize_journal.sh && chmod +x resize_journal.sh && bash resize_journal.sh
|
||||
curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/repair_scripts/resize_journal.sh -o resize_journal.sh && chmod +x resize_journal.sh && bash resize_journal.sh
|
||||
```
|
||||
|
||||
#### 一键尝试修复网络
|
||||
|
@ -92,7 +92,7 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/one-click-installation-scri
|
|||
- 尝试修复为IP类型对应的网络优先级(默认IPV4类型,纯V6类型再替换为IPV6类型)
|
||||
|
||||
```bash
|
||||
curl -L https://cdn.spiritlhl.workers.dev/https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/network.sh -o network.sh && chmod +x network.sh && bash network.sh
|
||||
curl -L https://cdn.spiritlhl.workers.dev/https://raw.githubusercontent.com/spiritLHLS/one-click-installation-script/main/repair_scripts/network.sh -o network.sh && chmod +x network.sh && bash network.sh
|
||||
```
|
||||
|
||||
如果是纯V6的也可以不使用上面脚本的nat64,使用warp添加V4网络
|
||||
|
|
Loading…
Reference in New Issue
Block a user