Updated install.sh
Fixed systemctl command
This commit is contained in:
parent
f061f37b9a
commit
f9391030c5
|
|
@ -33,7 +33,8 @@ 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_SYSTEMD}/hyprsolus-check.timer"
|
systemctl --user -M "$USER"@ enable --now \
|
||||||
|
"${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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user