Update install.func

This commit is contained in:
CanbiZ 2025-04-10 15:24:32 +02:00
parent b96a376f92
commit 84ad6b86ee

View File

@ -446,3 +446,5 @@ fetch_and_deploy_gh_release() {
$STD msg_ok "Deployed $app v$version to /opt/$app"
rm -rf "$tmpdir"
}
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/helpers.func)