Update setup.sh

This commit is contained in:
Johannes Kamprad
2021-02-09 22:43:33 +01:00
committed by GitHub
parent 4fb0d17980
commit 7fde2ab4b9

View File

@@ -7,8 +7,8 @@ else
NEW_USER=$(cat /tmp/$chroot_path/etc/passwd | grep "/home" |cut -d: -f1 |head -1)
fi
git clone https://github.com/killajoe/SwayEOS.git
cd SwayEOS
git clone https://github.com/OdiousImp2604/Sway-EndeavourOS.git
cd Sway-EndeavourOS
cp -R .config /home/$NEW_USER/
chmod -R +x /home/$NEW_USER/.config/sway/scripts
chmod +x /home/$NEW_USER/.config/waybar/scripts/weather.sh
@@ -16,4 +16,4 @@ cp .profile /home/$NEW_USER/
chown -R $NEW_USER:$NEW_USER /home/$NEW_USER/.config
chown $NEW_USER:$NEW_USER /home/$NEW_USER/.profile
cd ..
rm -rf SwayEOS
rm -rf Sway-EndeavourOS