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:
Justin Travis 2021-09-14 20:33:32 +00:00
commit d0bdfdc1d4

View File

@ -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