diff --git a/install.sh b/install.sh index dd7211c..8c28932 100644 --- a/install.sh +++ b/install.sh @@ -65,6 +65,8 @@ if [[ "$answer" == "y" || "$answer" == "Y" ]]; then sudo mkdir /boot/loader/ sudo cp boot/loader/loader.conf /boot/loader/loader.conf + sudo chmod +x ~/.config/waybar/scripts/weather.py + systemctl --user daemon-reload systemctl --user enable --now gammastep-refresh.timer