From c400174da4d96ab89659f759c0aa811303ae4161 Mon Sep 17 00:00:00 2001 From: Arkasha-P Date: Sat, 26 Jul 2025 19:18:12 +0300 Subject: [PATCH] Create uninstall.sh --- uninstall.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 uninstall.sh diff --git a/uninstall.sh b/uninstall.sh new file mode 100644 index 0000000..b3ad48d --- /dev/null +++ b/uninstall.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +systemctl stop cpu_temp_monitor +systemctl daemon-reload +rm /etc/systemd/system/cpu_temp_monitor.service +rm /usr/local/bin/cpu_temp_monitor.sh +rm /var/log/cpu_temp_monitor.log +sed -i '/tempmon/' ~/.bashrc