Update intstall.func

This commit is contained in:
Michel Roegl-Brunner 2025-01-09 15:51:53 +01:00
parent e3828a6365
commit 824a985283

View File

@ -288,5 +288,5 @@ EOF
fi fi
echo "bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/${app}.sh)\"" >/usr/bin/update echo "bash -c \"\$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/${app}.sh)\"" >/usr/bin/update
chmod +x /usr/bin/update chmod +x /usr/bin/update
insta install_figlet
} }