Create uninstall.sh

This commit is contained in:
Arkasha-P
2025-07-26 19:18:12 +03:00
committed by GitHub
parent 69ee994e91
commit c400174da4

8
uninstall.sh Normal file
View File

@@ -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