Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ
50ddc70a86 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-05-27 09:32:47 +02:00
CanbiZ
025deb05dc Update kasm.sh 2025-05-27 09:32:46 +02:00

View File

@ -37,6 +37,7 @@ function update_script() {
curl -fsSL "https://kasm-static-content.s3.amazonaws.com/kasm_release_${RELEASE}.tar.gz" -o "$temp_file"
tar zxf "$temp_file"
chmod 777 /opt/kasm/backups/
mv /opt/kasm/1.*/certs/kasm_nginx.crt /opt/kasm/kasm_nginx.crt_bak
printf 'y\n' | $STD sudo bash /tmp/kasm_release/upgrade.sh
$STD sudo bash /tmp/kasm_release/upgrade.sh
echo "${RELEASE}" >/opt/${APP}_version.txt