From e8f5a914f585f8d3c98c300dfb71171eb76156d4 Mon Sep 17 00:00:00 2001 From: Justin Travis Date: Fri, 14 Jun 2024 19:01:28 -0400 Subject: [PATCH] KASM-6098 Update hunchly script to point to offical URL The public version now works with Kasm --- src/ubuntu/install/hunchly/install_hunchly.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ubuntu/install/hunchly/install_hunchly.sh b/src/ubuntu/install/hunchly/install_hunchly.sh index 2ad2c89..c4a678e 100644 --- a/src/ubuntu/install/hunchly/install_hunchly.sh +++ b/src/ubuntu/install/hunchly/install_hunchly.sh @@ -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