Update casaos-install.sh

- pin v0.4.1
- update after install
This commit is contained in:
tteckster 2023-11-29 23:14:56 -05:00 committed by GitHub
parent 9534dd7a52
commit 883a16637e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,10 @@ echo -e '{\n "storage-driver": "fuse-overlayfs",\n "log-driver": "journald"\n}
else
echo -e '{\n "log-driver": "journald"\n}' > /etc/docker/daemon.json
fi
$STD bash <(curl -fsSL https://get.casaos.io)
wget -q https://get.casaos.io/v0.4.1
chmod +x v0.4.1
$STD ./v0.4.1
rm v0.4.1
msg_ok "Installed CasaOS"
motd_ssh