From deb0f129630944c712533dee50e51976b72f462d Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 15 Jun 2020 18:50:25 +0000 Subject: [PATCH] Update install.sh --- arch-setup/install.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index dc8149c1..d878c19a 100644 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -154,16 +154,17 @@ 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 +#echo No config download git clone https://gitlab.com/RealStickman-arcolinux/config echo Finished downloading config #cleanup -echo Removal of old files not set +#echo Removal of old files not set rm -rf ~/setup echo Removed old setup files #downloading config -echo Not installing config +#echo Not installing config echo Setting config -bash ~/config/install.sh \ No newline at end of file +bash ~/config/install.sh +echo Finished everything \ No newline at end of file