KASM-6098 Update hunchly script to point to offical URL

The public version now works with Kasm
This commit is contained in:
Justin Travis 2024-06-14 19:01:28 -04:00
parent a84e7dd847
commit e8f5a914f5
No known key found for this signature in database

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