diff options
| author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-11-03 01:34:15 +0000 | 
|---|---|---|
| committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-11-03 01:34:31 +0000 | 
| commit | 46f0cea825e519144938d78776c90ca714ea3230 (patch) | |
| tree | 22b5245a4295a519bc46d861f6b81c4316ec335d | |
| parent | 866323d0fd1c19acc2cebde8c071b38f74975236 (diff) | |
| download | uni-sync-temp-timer-46f0cea825e519144938d78776c90ca714ea3230.tar.gz uni-sync-temp-timer-46f0cea825e519144938d78776c90ca714ea3230.tar.bz2 uni-sync-temp-timer-46f0cea825e519144938d78776c90ca714ea3230.zip  | |
v1.0.3: Uninstall script
| -rw-r--r-- | uninstall.sh | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/uninstall.sh b/uninstall.sh new file mode 100644 index 0000000..81f8b89 --- /dev/null +++ b/uninstall.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env sh + +set -xe + +rm -f /usr/local/bin/lian-li-fancontrol \ +   /etc/systemd/system/lian-li-fancontrol.service \ +   /etc/systemd/system/lian-li-fancontrol.timer + +systemctl stop lian-li-fancontrol.timer +systemctl daemon-reload  | 
