From 4cc06c0945db2183c40cb8b03e1c61ac4ead1112 Mon Sep 17 00:00:00 2001 From: 71Zombie <76274154+71Zombie@users.noreply.github.com> Date: Sat, 23 Oct 2021 14:44:23 -0700 Subject: [PATCH] Apparmor --- 1-setup.sh | 1 + 2-user.sh | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/1-setup.sh b/1-setup.sh index 22e1428..7bb48f7 100755 --- a/1-setup.sh +++ b/1-setup.sh @@ -55,6 +55,7 @@ echo -e "\nInstalling Base System\n" PKGS=( 'alsa-plugins' # audio plugins 'alsa-utils' # audio utils +'apparmor' # Security module 'ark' # compression 'audiocd-kio' 'autoconf' # build diff --git a/2-user.sh b/2-user.sh index 1cb6274..27fb0db 100755 --- a/2-user.sh +++ b/2-user.sh @@ -61,7 +61,7 @@ konsave -i $HOME/ArchTitus/kde.knsv sleep 1 konsave -a kde -echo -e "\nInstalling PortsMaster\n" +echo -e "\nInstalling Portsmaster\n" sudo pacman -S libnetfilter_queue libappindicator-gtk3 git clone https://github.com/safing/portmaster-packaging diff --git a/README.md b/README.md index c2e2fc9..ee001c7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ From initial Prompt type the following commands: ``` pacman -Sy git -git clone https://github.com/ChrisTitusTech/ArchTitus +git clone https://github.com/71Zombie/ArchTitus cd ArchTitus ./archtitus.sh ```