aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e528077..538e814 100644
--- a/Makefile
+++ b/Makefile
@@ -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