mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2024-11-07 08:44:07 +01:00
KASM-6098 Update hunchly script to point to offical URL
The public version now works with Kasm
This commit is contained in:
parent
a84e7dd847
commit
e8f5a914f5
@ -2,8 +2,7 @@
|
|||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
# Install Hunchly
|
# 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 update
|
||||||
apt-get install -y /tmp/hunchly.deb
|
apt-get install -y /tmp/hunchly.deb
|
||||||
rm -rf /tmp/hunchly.deb
|
rm -rf /tmp/hunchly.deb
|
||||||
|
Loading…
Reference in New Issue
Block a user