Update install.sh

This commit is contained in:
RealStickman 2020-06-15 18:50:25 +00:00
parent f140b37e6c
commit deb0f12963

View File

@ -154,16 +154,17 @@ 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 #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 #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 Not installing config
echo Setting config echo Setting config
bash ~/config/install.sh bash ~/config/install.sh
echo Finished everything