mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-18 16:32:17 +00:00
[Hotfix] Dokploy: fix update (#12116)
This commit is contained in:
@@ -30,7 +30,7 @@ function update_script() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
msg_info "Updating Dokploy"
|
msg_info "Updating Dokploy"
|
||||||
$STD bash <(curl -sSL https://dokploy.com/install.sh)
|
curl -sSL https://dokploy.com/install.sh | $STD bash -s update
|
||||||
msg_ok "Updated Dokploy"
|
msg_ok "Updated Dokploy"
|
||||||
msg_ok "Updated successfully!"
|
msg_ok "Updated successfully!"
|
||||||
exit
|
exit
|
||||||
|
|||||||
Reference in New Issue
Block a user