更新脚本执行方式,使用bash命令替代curl下载并执行
This commit is contained in:
@@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
- sysUpdate
|
- sysUpdate
|
||||||
```sh
|
```sh
|
||||||
curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/01-sysUpdate.sh && chmod +x 01-sysUpdate.sh && ./01-sysUpdate.sh
|
bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/init/01-sysUpdate.sh)
|
||||||
```
|
```
|
||||||
|
|
||||||
- sysCleanup
|
- sysCleanup
|
||||||
```sh
|
```sh
|
||||||
curl -sS -O https://gitea.tohub.top/Share/vps/raw/branch/main/init/02-sysCleanup.sh && chmod +x 02-sysCleanup.sh && ./02-sysCleanup.sh
|
bash <(curl -fsSL https://gitea.tohub.top/Share/vps/raw/branch/main/init/02-sysCleanup.sh)
|
||||||
```
|
```
|
||||||
|
|
||||||
- docker
|
- docker
|
||||||
|
|||||||
Reference in New Issue
Block a user