mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2026-01-23 02:25:16 +00: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
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue