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

10 lines
310 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
echo -e "\nOnlyOffice installed or updated! 🎉"