Skip to content

Commit

Permalink
make: update the output messages
Browse files Browse the repository at this point in the history
  • Loading branch information
potyl committed Apr 7, 2022
1 parent 66ef840 commit c0d620e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ install:
sudo install -m 0644 -o root -g root fix-Logitech-HD-Pro-Webcam-C920.rules /etc/udev/rules.d/99-fix-Logitech-HD-Pro-Webcam-C920.rules
sudo udevadm control --reload

$(SAY) "Enabling service"
$(SAY) "Loading the systemd service"
sudo systemctl daemon-reload
sudo systemctl enable fix-Logitech-HD-Pro-Webcam-C920.service


.PHONY: uninstall
uninstall:
$(SAY) "Disabling service"
$(SAY) "Disabling the systemd service"
sudo systemctl disable fix-Logitech-HD-Pro-Webcam-C920.service
sudo systemctl daemon-reload

Expand Down

0 comments on commit c0d620e

Please sign in to comment.