From a9e8cbaa49c7be6f138bd225e73676efe0c87cca Mon Sep 17 00:00:00 2001 From: Arkasha-P Date: Sat, 26 Jul 2025 19:19:04 +0300 Subject: [PATCH] Update and rename setup.sh to install.sh --- setup.sh => install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename setup.sh => install.sh (98%) diff --git a/setup.sh b/install.sh similarity index 98% rename from setup.sh rename to install.sh index 113ec61..054d680 100644 --- a/setup.sh +++ b/install.sh @@ -1,9 +1,9 @@ #!/bin/bash # Конфигурация -SCRIPT_NAME="temp_cpu.sh" +SCRIPT_NAME="cpu_temp_monitor.sh" SERVICE_NAME="cpu_temp_monitor" -GITHUB_RAW_URL="https://raw.githubusercontent.com/Arkasha-P/Lenovo-RD450x_Temperature/main/temp_cpu.sh" +GITHUB_RAW_URL="https://raw.githubusercontent.com/Arkasha-P/Lenovo-RD450x_Temperature/main/cpu_temp_monitor.sh" INSTALL_DIR="/usr/local/bin" LOG_DIR="/var/log" SERVICE_DIR="/etc/systemd/system"