diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,9 +38,9 @@ install: deployment/solo-tool.service deployment/start-solo-tool.sh systemctl --user restart solo-tool.service uninstall: - sudo rm /etc/modules-load.d/solotool.conf /etc/modprobe.d/solotool.conf + sudo rm -f /etc/modules-load.d/solotool.conf /etc/modprobe.d/solotool.conf systemctl --user disable --now solo-tool.service - rm ~/.config/systemd/user/solo-tool.service + rm -f ~/.config/systemd/user/solo-tool.service systemctl --user daemon-reload .PHONY: all test clean web-deploy web-dev cli install uninstall |