This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
manjaroConfiguration/installOnlyoffice.sh

7 lines
257 B
Bash
Raw Normal View History

2021-11-14 00:44:24 +01:00
# Download package
wget -q --show-progress https://download.onlyoffice.com/install/desktop/editors/linux/onlyoffice-desktopeditors_amd64.deb -O onlyoffice.deb
2021-11-14 00:44:24 +01:00
# Installing OnlyOffice
sudo apt install ./onlyoffice.deb -y
2021-11-14 00:44:24 +01:00
# Removing package
rm onlyoffice.deb