KASM-1927 update onlyoffice install to do an apt-get update

This commit is contained in:
Justin Travis 2021-09-14 15:57:09 -04:00
parent 10217efcc1
commit 52ee1b8ceb

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