diff --git a/README.md b/README.md index ce991de..d3ce7d4 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ - sysUpdate ```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 ```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