Merge branch 'feature/KASM-5593_hunchly_custom_build' into 'develop'

KASM-5593 Custom Hunchly build that is compatible in Kasm

Closes KASM-5593

See merge request kasm-technologies/internal/workspaces-images!171
This commit is contained in:
Justin Travis 2024-02-10 01:52:12 +00:00
commit 5598d0f697

View File

@ -2,7 +2,8 @@
set -ex
# Install Hunchly
wget https://downloadmirror.hunch.ly/currentversion/hunchly.deb -O /tmp/hunchly.deb
#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
apt-get update
apt-get install -y /tmp/hunchly.deb
rm -rf /tmp/hunchly.deb