This commit is contained in:
CanbiZ 2025-04-07 16:29:00 +02:00
parent d571d0026c
commit 2b8162bba8
2 changed files with 0 additions and 4 deletions

View File

@ -58,8 +58,6 @@ RestartForceExitStatus=100
[Install]
WantedBy=multi-user.target
EOF
systemctl daemon-reexec
systemctl enable -q --now musicassistant
msg_ok "Started Music Assistant"

View File

@ -286,8 +286,6 @@ fetch_and_deploy_gh_release() {
local current_version=""
local curl_timeout="--connect-timeout 10 --max-time 30"
echo "🔍 Checking latest release for: $repo"
# Check if the app directory exists and if there's a version file
if [[ -f "/opt/${app}_version.txt" ]]; then
current_version=$(cat "/opt/${app}_version.txt")