mirror of https://github.com/tteck/Proxmox.git
Update casaos-install.sh
- pin v0.4.1 - update after install
This commit is contained in:
parent
9534dd7a52
commit
883a16637e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue