minor changes to install script

master
Alex 2022-10-02 13:09:09 -05:00
parent f3d0087284
commit 318ab004b8
2 changed files with 6 additions and 1 deletions

View File

@ -54,7 +54,7 @@ depends=(
"python-pip"
"shellcheck"
"fakeroot"
#"base-devel"
"base-devel"
#multimedia
"pavucontrol"

View File

@ -123,6 +123,11 @@ echo "Install wireless programs? (iwd bluez and tlp) (y/N)?"
read input
[ "$input" = "y" ] && wireless
echo "installing AUR packages..."
sh ./SCRIPTS/aur-install.sh
echo "Done installing AUR packages."
echo ""
echo "installation complete."
echo "optional extra installation scripts are located in ./SCRIPTS/ for setting up gaming, etc."