Skip to content

Commit

Permalink
Update core/tabs/applications-setup/browser-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 0c8fbd9 commit c13f6e0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/tabs/applications-setup/browser-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,9 @@ install_chromium() {
printf "%b\n" "${YELLOW}Installing Chromium...${RC}"
if ! command_exists chromium; then
case "$PACKAGER" in
apt-get|nala)
apt-get|nala|zypper)
"$ESCALATION_TOOL" "$PACKAGER" install -y chromium
;;
zypper)
"$ESCALATION_TOOL" "$PACKAGER" --non-interactive install chromium
;;
pacman)
"$ESCALATION_TOOL" "$PACKAGER" -S --noconfirm chromium
;;
Expand Down

0 comments on commit c13f6e0

Please sign in to comment.