From ac3e7c22546da296dbd3342685cd9862c5a269ae Mon Sep 17 00:00:00 2001 From: RealStickman Date: Thu, 30 Jul 2020 09:00:22 +0000 Subject: [PATCH] Update install.sh --- arch-setup/install.sh | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 3bf1531f..e1919838 100644 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -3,6 +3,8 @@ #change to home (does not show in terminal) cd $HOME +sudo pacman -Sy + read -p "Remove Programs? [y|n]"; if [ $REPLY == "y" ]; then echo Uninstalling unused packages @@ -14,9 +16,9 @@ read -p "Remove Programs? [y|n]"; #update stuff echo Skipping updating packages -#echo Updating packages -#yay -Syyu -#echo Updated packages +echo Updating packages +yay -Syyu +echo Updated packages cmd=(dialog --separate-output --checklist "Select Desktop environment/Window manager:" 22 76 16) options=(1 "[DE] xfce4" off # any option can be set to default to "on" @@ -193,18 +195,15 @@ sudo pip3 install ffmpeg-normalize echo Installed python modules #Changes to home folder automatically now, no need to be extra careful anymore. -#echo No config download git clone https://gitlab.com/RealStickman-arcolinux/config echo Finished downloading config #cleanup -#echo Removal of old files not set rm -rf ~/setup echo Removed old setup files #downloading config -#echo Not installing config echo Setting config bash ~/config/install.sh pkgstats -echo Finished everything \ No newline at end of file +echo Finished everything