Skip to content

Commit

Permalink
Update core/tabs/applications-setup/office-suite-setup.sh
Browse files Browse the repository at this point in the history
Co-authored-by: JEEVITHA KANNAN K S <[email protected]>
  • Loading branch information
guruswarupa and jeevithakannan2 authored Sep 20, 2024
1 parent 681d699 commit cc24ea5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/tabs/applications-setup/office-suite-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,13 @@ install_onlyoffice() {
curl -O https://download.onlyoffice.com/install/desktop/editors/linux/onlyoffice-desktopeditors_amd64.deb
"$ESCALATION_TOOL" dpkg -i onlyoffice-desktopeditors_amd64.deb
;;
zypper)
zypper|dnf)
. ./setup-flatpak.sh
flatpak install -y flathub org.onlyoffice.desktopeditors
;;
pacman)
"$AUR_HELPER" -S --noconfirm onlyoffice
;;
dnf)
. ./setup-flatpak.sh
flatpak install -y flathub org.onlyoffice.desktopeditors
;;
*)
printf "%b\n" "${RED}The script does not support your Distro. Install manually..${RC}"
;;
Expand Down

0 comments on commit cc24ea5

Please sign in to comment.