From d1db6036469dd179481a4bf8419a38681187ee1f Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Mon, 22 Feb 2021 22:24:04 +0100 Subject: [PATCH] Update setup.sh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index dfd9070..a42cfc4 100644 --- a/setup.sh +++ b/setup.sh @@ -11,7 +11,7 @@ git clone https://github.com/EndeavourOS-Community-Editions/sway.git cd sway 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 +chmod -R +x /home/$NEW_USER/.config/waybar/scripts cp .profile /home/$NEW_USER/ chown -R $NEW_USER:$NEW_USER /home/$NEW_USER/.config chown $NEW_USER:$NEW_USER /home/$NEW_USER/.profile