Skip to content

Commit 833d800

Browse files
Update homarr.sh
1 parent 7740ab6 commit 833d800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/homarr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ EOF
8080
msg_ok "Updated Services"
8181
systemctl daemon-reload
8282
fi
83-
RELEASE=$(curl -fsSL https://api.github.com/repos/homarr-labs/homarr/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
83+
RELEASE=v$(curl -fsSL https://api.github.com/repos/homarr-labs/homarr/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
8484
if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]]; then
8585

8686
msg_info "Stopping Services (Patience)"

0 commit comments

Comments
 (0)