Skip to content

Commit

Permalink
add support for deb based distros
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyyxxxx committed Sep 30, 2024
1 parent b5bdb74 commit 9b0d60b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/tabs/applications-setup/Developer-tools/meld-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ installMeld() {
pacman)
"$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm meld
;;
apt-get|nala)
"$ESCALATION_TOOL" "$PACKAGER" -y install meld
;;
*)
. ../setup-flatpak.sh
flatpak install -y flathub org.gnome.meld
Expand Down

0 comments on commit 9b0d60b

Please sign in to comment.