add apparmor package

This commit is contained in:
desolate
2026-05-19 16:10:56 +03:00
parent a5de6c18b2
commit b3c6a4ebee
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
install_package "apparmor"
+1
View File
@@ -6,6 +6,7 @@ gum style --foreground 4 "
INSTALLING PACKAGES: INSTALLING PACKAGES:
" "
. "$PACKAGES_DIR/install-apparmor.sh"
. "$PACKAGES_DIR/install-bash-completion.sh" . "$PACKAGES_DIR/install-bash-completion.sh"
. "$PACKAGES_DIR/install-bat.sh" . "$PACKAGES_DIR/install-bat.sh"
. "$PACKAGES_DIR/install-btop.sh" . "$PACKAGES_DIR/install-btop.sh"