Update install.sh

This commit is contained in:
RealStickman 2020-07-30 09:00:22 +00:00
parent 93bed45614
commit ac3e7c2254

View File

@ -3,6 +3,8 @@
#change to home (does not show in terminal) #change to home (does not show in terminal)
cd $HOME cd $HOME
sudo pacman -Sy
read -p "Remove Programs? [y|n]"; read -p "Remove Programs? [y|n]";
if [ $REPLY == "y" ]; then if [ $REPLY == "y" ]; then
echo Uninstalling unused packages echo Uninstalling unused packages
@ -14,9 +16,9 @@ read -p "Remove Programs? [y|n]";
#update stuff #update stuff
echo Skipping updating packages echo Skipping updating packages
#echo Updating packages echo Updating packages
#yay -Syyu yay -Syyu
#echo Updated packages echo Updated packages
cmd=(dialog --separate-output --checklist "Select Desktop environment/Window manager:" 22 76 16) 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" options=(1 "[DE] xfce4" off # any option can be set to default to "on"
@ -193,17 +195,14 @@ sudo pip3 install ffmpeg-normalize
echo Installed python modules echo Installed python modules
#Changes to home folder automatically now, no need to be extra careful anymore. #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 git clone https://gitlab.com/RealStickman-arcolinux/config
echo Finished downloading config echo Finished downloading config
#cleanup #cleanup
#echo Removal of old files not set
rm -rf ~/setup rm -rf ~/setup
echo Removed old setup files echo Removed old setup files
#downloading config #downloading config
#echo Not installing config
echo Setting config echo Setting config
bash ~/config/install.sh bash ~/config/install.sh
pkgstats pkgstats