diff --git a/install.sh b/install.sh index 41b353d..0aa9e7e 100644 --- a/install.sh +++ b/install.sh @@ -33,7 +33,7 @@ sudo chown root:root "${HYPRSOLUS_PATH}/hyprsolusctl" sudo cp -ru "${HYPRSOLUS_PATH}/systemd" "$HYPRSOLUS_SYSTEMD" echo "(hyprsolus) Setting up systemd units." -systemctl enable --now --user hyprsolus-check.timer +systemctl enable --now --user "${HYPRSOLUS_SYSTEMD}/hyprsolus-check.timer" echo "(hyprsolus) Installing the dependencies to system." sudo sh "${HYPRSOLUS_PATH}/requirements.sh"