Skip to content

Commit

Permalink
fix syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyyxxxx committed Sep 22, 2024
1 parent 81de629 commit e9b1217
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions core/tabs/applications-setup/setup-flatpak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ setup_flatpak() {
*)
"$ESCALATION_TOOL" "$PACKAGER" install -y flatpak
;;
xbps-install)
"$ESCALATION_TOOL" "$PACKAGER" install -S flatpak
;;
*)
printf "%b\n" "${RED}Unsupported package manager: ""$PACKAGER""${RC}"
exit 1
;;
esac
printf "%b\n" "Adding Flathub remote..."
"$ESCALATION_TOOL" flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Expand Down

0 comments on commit e9b1217

Please sign in to comment.