From 30e3ac5ffa370cbc6bff1f71d22aee6cd72947a7 Mon Sep 17 00:00:00 2001 From: Walmes Zeviani <walmes@ufpr.br> Date: Thu, 18 Jul 2024 11:28:44 -0400 Subject: [PATCH] Adds only office. --- install_ubuntu_details.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install_ubuntu_details.sh b/install_ubuntu_details.sh index cf327d7..59b46c7 100644 --- a/install_ubuntu_details.sh +++ b/install_ubuntu_details.sh @@ -634,6 +634,13 @@ sudo add-apt-repository ppa:libreoffice/ppa sudo apt update sudo apt install libreoffice +#----------------------------------------------------------------------- +# OnlyOffice Desktop Editors. +# https://www.onlyoffice.com/ +# https://snapcraft.io/onlyoffice-desktopeditors + +sudo snap install onlyoffice-desktopeditors + #----------------------------------------------------------------------- # Replace PulseAudio PipeWire. # https://www.reddit.com/r/pop_os/comments/ofdalv/comment/h4c5p6u/ -- GitLab