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