add flatpak

This commit is contained in:
Jaredy899 2025-01-18 15:54:59 -05:00 committed by GitHub
parent d47b3a77d4
commit 73897f6631
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,9 @@ checkFlatpak() {
apk)
"$ESCALATION_TOOL" "$PACKAGER" add flatpak
;;
xbps-install)
"$ESCALATION_TOOL" "$PACKAGER" -Sy flatpak
;;
*)
"$ESCALATION_TOOL" "$PACKAGER" install -y flatpak
;;