Update kasm-install.sh

This commit is contained in:
CanbiZ
2025-11-18 11:24:54 +01:00
committed by GitHub
parent 68d8faabb3
commit 47bfa7f4b1

View File

@@ -15,7 +15,7 @@ update_os
msg_info "Detecting latest Kasm Workspaces release"
KASM_URL=$(
curl -fsSL "https://www.kasmweb.com/downloads" \
curl -fsSL "https://www.kasm.com/downloads" \
| tr '\n' ' ' \
| grep -oE 'https://kasm-static-content[^"]*kasm_release_[0-9]+\.[0-9]+\.[0-9]+\.[a-z0-9]+\.tar\.gz' \
| head -n 1