mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-07 08:44:07 +01:00
Merge branch 'bugfix/KASM-6098_hunchly_url' into 'develop'
KASM-6098 Update hunchly script to point to offical URL Closes KASM-6098 See merge request kasm-technologies/internal/workspaces-images!188
This commit is contained in:
commit
d893e1061b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user