mirror of
https://github.com/kasmtech/workspaces-images.git
synced 2025-02-03 11:29:24 +01:00
KASM-1927 update onlyoffice install to do an apt-get update
This commit is contained in:
parent
10217efcc1
commit
52ee1b8ceb
@ -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