From 13e8733cc7e69727c515292a1e017ada1117041e Mon Sep 17 00:00:00 2001 From: TheOnePath Date: Sun, 17 Nov 2024 12:15:58 +0000 Subject: [PATCH] Updated install.sh --- install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install.sh b/install.sh index d2daaa0..ce9f95d 100644 --- a/install.sh +++ b/install.sh @@ -33,8 +33,7 @@ echo "(hyprsolus) Moving additional scripts to system." cp -u "${HYPRSOLUS_PATH}/hyprsolusctl" "$HYPRSOLUSCTL_PATH" # Make the file executable -#chown root:root "${HYPRSOLUS_PATH}/hyprsolusctl" -chmod 544 "${HYPRSOLUS_PATH}/hyprsolusctl" +chmod 755 "${HYPRSOLUS_PATH}/hyprsolusctl" cp -ru "${HYPRSOLUS_PATH}/systemd" "$HYPRSOLUS_SYSTEMD" chown -R "$user:$user" "$HYPRSOLUS_SYSTEMD/systemd"