Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #62 from JosuGZ/fix-install
Browse files Browse the repository at this point in the history
Fix: use proper instalation directory
  • Loading branch information
phush0 authored Apr 15, 2024
2 parents 46364e7 + 783323b commit f9aa514
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions razer_control_gui/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ EOF
echo "Starting the service..."
case $INIT_SYSTEM in
systemd)
sudo cp data/services/systemd/razercontrol.service /etc/systemd/system/
sudo cp data/services/systemd/razercontrol.service /etc/systemd/user/
systemctl --user enable --now razercontrol
;;
openrc)
Expand Down Expand Up @@ -91,7 +91,7 @@ EOF
case $INIT_SYSTEM in
systemd)
systemctl --user disable --now razercontrol
rm -f /etc/systemd/system/razercontrol.service
rm -f /etc/systemd/user/razercontrol.service
;;
openrc)
sudo bash <<EOF
Expand Down

0 comments on commit f9aa514

Please sign in to comment.