mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-06-21 18:12:00 +02: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
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -ex
|
||||||
curl -L -o only_office.deb "https://download.onlyoffice.com/install/desktop/editors/linux/onlyoffice-desktopeditors_amd64.deb"
|
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
|
apt-get install -y ./only_office.deb
|
||||||
rm -rf only_office.deb
|
rm -rf only_office.deb
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user