aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-08-21 21:32:54 +0200
committerEddy Pedroni <epedroni@pm.me>2025-08-21 21:32:54 +0200
commit2c64ce1605e52a3a0e1c7c197fbfaf959021c1ab (patch)
treea752482b65f33751a73b2ab21d06001224f6bf66 /Makefile
parent36803e41e1045f035dad818cd10b0fe3badb7870 (diff)
Fix deploymentHEADmaster
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