KASM-5593 Custom Hunchly build that is compatible in Kasm

This commit is contained in:
Justin Travis 2024-02-10 01:52:12 +00:00
parent 1c872a407d
commit b6de25cb6f

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