Updated install.sh

Fixed systemctl command
This commit is contained in:
Ethan Smith-Coss 2024-10-09 17:52:27 +01:00
parent b4e78af0e8
commit f061f37b9a
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -33,7 +33,7 @@ sudo chown root:root "${HYPRSOLUS_PATH}/hyprsolusctl"
sudo cp -ru "${HYPRSOLUS_PATH}/systemd" "$HYPRSOLUS_SYSTEMD" sudo cp -ru "${HYPRSOLUS_PATH}/systemd" "$HYPRSOLUS_SYSTEMD"
echo "(hyprsolus) Setting up systemd units." 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." echo "(hyprsolus) Installing the dependencies to system."
sudo sh "${HYPRSOLUS_PATH}/requirements.sh" sudo sh "${HYPRSOLUS_PATH}/requirements.sh"