Update freshStart.sh

This commit is contained in:
2025-11-25 20:46:43 -05:00
parent 280f41285b
commit 31b5512841

View File

@ -99,12 +99,12 @@ echo "Installing hwmon daemon..."
# Download hwmon service files with error handling
echo "Downloading hwmon service files..."
if ! curl --max-time 30 --retry 3 -o /etc/systemd/system/hwmon.service http://10.10.10.110:3000/JWS/hwmonDaemon/raw/branch/main/hwmon.service; then
if ! curl --max-time 30 --retry 3 -o /etc/systemd/system/hwmon.service http://10.10.10.56:3000/LotusGuild/hwmonDaemon/raw/branch/main/hwmon.service; then
echo "ERROR: Failed to download hwmon.service"
exit 1
fi
if ! curl --max-time 30 --retry 3 -o /etc/systemd/system/hwmon.timer http://10.10.10.110:3000/JWS/hwmonDaemon/raw/branch/main/hwmon.timer; then
if ! curl --max-time 30 --retry 3 -o /etc/systemd/system/hwmon.timer http://10.10.10.56:3000/LotusGuild/hwmonDaemon/raw/branch/main/hwmon.timer; then
echo "ERROR: Failed to download hwmon.timer"
exit 1
fi