This commit is contained in:
CN-JS-HuiBai
2026-01-16 06:33:11 +00:00
parent ddaffd9af9
commit 6082991db7

View File

@@ -43,6 +43,9 @@ fi
echo "Downloading from: $DOWNLOAD_URL"
curl -fL -o "$TARGET" "$DOWNLOAD_URL"
sudo cp -r /tmp/cAdvisor /usr/bin/cadvisor
chmod 755 /usr/bin/cadvisor
SERVICE_FILE="/etc/systemd/system/cAdvisior.service"
echo "Creating systemd service file..."