flatpak fix

This commit is contained in:
hexisXz 2024-09-30 14:45:15 +00:00
parent 6bde17648a
commit 36d65e5e63

View File

@ -10,7 +10,7 @@ installWaterfox() {
"$AUR_HELPER" -S --needed --noconfirm waterfox-bin
;;
*)
. ./setup-flatpak.sh
. ../setup-flatpak.sh
flatpak install -y flathub net.waterfox.waterfox
;;
esac