mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-01-24 14:38:53 +01:00
Merge branch 'bugfix/KASM-1927_only_office_update' into 'develop'
KASAM-1927 update onlyoffice install to do an apt-get update Closes KASM-1927 See merge request kasm-technologies/internal/workspaces-images!11
This commit is contained in:
commit
d0bdfdc1d4
@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
curl -L -o only_office.deb "https://download.onlyoffice.com/install/desktop/editors/linux/onlyoffice-desktopeditors_amd64.deb"
|
||||
apt-get update
|
||||
apt-get install -y ./only_office.deb
|
||||
rm -rf only_office.deb
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user