Merge branch 'bugfix/KASM-6098_hunchly_url' into 'develop'

KASM-6098 Update hunchly script to point to offical URL

Closes KASM-6098

See merge request kasm-technologies/internal/workspaces-images!188
This commit is contained in:
Richard Koliser 2024-07-03 06:41:50 +00:00
commit d893e1061b

View File

@ -2,8 +2,7 @@
set -ex
# Install Hunchly
#wget https://downloadmirror.hunch.ly/currentversion/hunchly.deb -O /tmp/hunchly.deb
wget https://kasm-static-content.s3.amazonaws.com/hunchly/hunchly-kasm-linux_installer.deb -O /tmp/hunchly.deb
wget https://downloadmirror.hunch.ly/currentversion/hunchly.deb -O /tmp/hunchly.deb
apt-get update
apt-get install -y /tmp/hunchly.deb
rm -rf /tmp/hunchly.deb