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

6 lines
256 B
Bash

# On télécharge le paquet
wget -q --show-progress https://download.onlyoffice.com/install/desktop/editors/linux/onlyoffice-desktopeditors_amd64.deb -O onlyoffice.deb
# On l'installe
sudo apt install ./onlyoffice.deb -y
# On le supprime
rm onlyoffice.deb