minor fix

pull/959/head
gjmzj 2020-12-20 21:02:20 +08:00
parent 4d78f26ff8
commit 185d62ea41
2 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,9 @@
先上懒人一键下载并启动脚本,等待下载/安装过程中可以详细了解具体流程
``` bash
curl -C- -fLO https://github.com/easzlab/kubeasz/releases/download/2.2.3/start-aio && chmod +x ./start-aio && ./start-aio 2.2.3
curl -C- -fLO https://github.com/easzlab/kubeasz/releases/download/2.2.3/start-aio
chmod +x ./start-aio
./start-aio 2.2.3
```
### 1.基础系统配置

View File

@ -12,6 +12,9 @@ EOF
[[ "$#" -eq 1 ]] || { usage >&2; exit 1; }
#
rm -f easzup
# tool
echo "[INFO] get the tool script: easzup"
if [[ -e /usr/bin/curl ]];then