This commit is contained in:
71Zombie 2021-10-23 14:44:23 -07:00
parent a56d29820a
commit 4cc06c0945
3 changed files with 3 additions and 2 deletions

View File

@ -55,6 +55,7 @@ echo -e "\nInstalling Base System\n"
PKGS=( PKGS=(
'alsa-plugins' # audio plugins 'alsa-plugins' # audio plugins
'alsa-utils' # audio utils 'alsa-utils' # audio utils
'apparmor' # Security module
'ark' # compression 'ark' # compression
'audiocd-kio' 'audiocd-kio'
'autoconf' # build 'autoconf' # build

View File

@ -61,7 +61,7 @@ konsave -i $HOME/ArchTitus/kde.knsv
sleep 1 sleep 1
konsave -a kde konsave -a kde
echo -e "\nInstalling PortsMaster\n" echo -e "\nInstalling Portsmaster\n"
sudo pacman -S libnetfilter_queue libappindicator-gtk3 sudo pacman -S libnetfilter_queue libappindicator-gtk3
git clone https://github.com/safing/portmaster-packaging git clone https://github.com/safing/portmaster-packaging

View File

@ -17,7 +17,7 @@ From initial Prompt type the following commands:
``` ```
pacman -Sy git pacman -Sy git
git clone https://github.com/ChrisTitusTech/ArchTitus git clone https://github.com/71Zombie/ArchTitus
cd ArchTitus cd ArchTitus
./archtitus.sh ./archtitus.sh
``` ```