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
2021-11-14 00:44:24 +01:00

6 lines
257 B
Bash

# Download package
wget -q --show-progress https://download.onlyoffice.com/install/desktop/editors/linux/onlyoffice-desktopeditors_amd64.deb -O onlyoffice.deb
# Installing OnlyOffice
sudo apt install ./onlyoffice.deb -y
# Removing package
rm onlyoffice.deb