From 00c3ad91a180d27e25e34addb85f16ca3a0042e2 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 27 Oct 2024 10:52:01 +0100 Subject: [PATCH] Update uninstaller --- uninstall.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/uninstall.sh b/uninstall.sh index 018dac4..b47eece 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -22,6 +22,13 @@ fi # Remove files echo "* Removing /usr/bin/lf-updr" rm -rf /usr/bin/lf-updr +echo "* Removing /usr/bin/lf-updr-install" +rm -rf /usr/bin/lf-updr-install echo "* Removing /etc/cron.d/lf-updr" rm -rf /etc/cron.d/lf-updr +echo "* Removing /usr/sbin/lf-updrd" +rm -rf /usr/sbin/lf-updrd +systemctl disable lf-updrd +echo "* Removing /etc/systemd/system/lf-updrd.service" +rm -rf /etc/systemd/system/lf-updrd.service echo "* Done"