diff --git a/src/ubuntu/install/hunchly/install_hunchly.sh b/src/ubuntu/install/hunchly/install_hunchly.sh index c4a678e..2ad2c89 100644 --- a/src/ubuntu/install/hunchly/install_hunchly.sh +++ b/src/ubuntu/install/hunchly/install_hunchly.sh @@ -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