Files
Lenovo-RD450x_Temperature/uninstall.sh
2025-07-26 19:33:35 +03:00

9 lines
218 B
Bash

#!/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/d' ~/.bashrc