Updated install.sh

This commit is contained in:
Ethan Smith-Coss 2024-11-17 12:15:58 +00:00
parent 3a3a61e56e
commit 13e8733cc7
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -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"