Skip to content

Commit 84d9711

Browse files
committed
Update mealie.sh
1 parent e79c884 commit 84d9711

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ct/mealie.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ function update_script() {
2929
exit
3030
fi
3131

32-
msg_info "Fetching Latest Release Version"
33-
RELEASE=$(curl -fsSL https://api.github.com/repos/mealie-recipes/mealie/releases/latest | grep -oP '"tag_name":\s*"\K[^"]+')
32+
RELEASE=$(curl -fsSL https://api.github.com/repos/mealie-recipes/mealie/releases/latest | grep -oP '"tag_name":\s*"\K[^"]+' | sed 's/^v//')
3433
if [[ "${RELEASE}" != "$(cat ~/.mealie 2>/dev/null)" ]] || [[ ! -f ~/.mealie ]]; then
3534

3635
PYTHON_VERSION="3.12" setup_uv

0 commit comments

Comments
 (0)