Add apk pgm

This commit is contained in:
Jeevitha Kannan K S 2024-10-14 09:58:34 +05:30
parent 9546bcd250
commit fb7f0259c2
No known key found for this signature in database
GPG Key ID: 5904C34A2F7CE333
2 changed files with 5 additions and 2 deletions

4
Cargo.lock generated
View File

@ -491,7 +491,7 @@ checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
[[package]]
name = "linutil_core"
version = "24.9.23"
version = "24.9.28"
dependencies = [
"ego-tree",
"include_dir",
@ -503,7 +503,7 @@ dependencies = [
[[package]]
name = "linutil_tui"
version = "24.9.23"
version = "24.9.28"
dependencies = [
"ansi-to-tui",
"anstyle",

View File

@ -20,6 +20,9 @@ checkFlatpak() {
pacman)
"$ESCALATION_TOOL" "$PACKAGER" -S --needed --noconfirm flatpak
;;
apk)
"$ESCALATION_TOOL" "$PACKAGER" add flatpak
;;
*)
"$ESCALATION_TOOL" "$PACKAGER" install -y flatpak
;;