mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-02-23 21:31:09 +01:00
Merge branch 'feature/KASM-5593_hunchly_custom_build' into 'develop'
KASM-5593 Custom Hunchly build that is compatible in Kasm Closes KASM-5593 See merge request kasm-technologies/internal/workspaces-images!171
This commit is contained in:
commit
5598d0f697
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user