From d4ae44f63e54dd2faea561ee170c7e6ab67eba7b Mon Sep 17 00:00:00 2001 From: Guru Swarupa <112751363+guruswarupa@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:23:35 +0530 Subject: [PATCH] Update core/tabs/applications-setup/office-suite-setup.sh Co-authored-by: JEEVITHA KANNAN K S --- core/tabs/applications-setup/office-suite-setup.sh | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/core/tabs/applications-setup/office-suite-setup.sh b/core/tabs/applications-setup/office-suite-setup.sh index 2f6b1ea5c..c9846740e 100644 --- a/core/tabs/applications-setup/office-suite-setup.sh +++ b/core/tabs/applications-setup/office-suite-setup.sh @@ -114,20 +114,11 @@ install_okular(){ printf "%b\n" "${YELLOW}Installing Evince...${RC}" if ! command_exists okular; then case "$PACKAGER" in - apt-get|nala) - "$ESCALATION_TOOL" "$PACKAGER" install -y okular - ;; - zypper) - "$ESCALATION_TOOL" "$PACKAGER" --non-interactive install okular - ;; pacman) "$ESCALATION_TOOL" "$PACKAGER" -S --noconfirm okular ;; - dnf) - "$ESCALATION_TOOL" "$PACKAGER" install okular - ;; *) - printf "%b\n" "${RED}The script does not support your Distro. Install manually..${RC}" + "$ESCALATION_TOOL" "$PACKAGER" install -y okular ;; esac else