Update mealie.sh

This commit is contained in:
CanbiZ 2025-07-14 10:49:30 +02:00
parent e79c884fab
commit 84d971142a

View File

@ -29,8 +29,7 @@ function update_script() {
exit exit
fi fi
msg_info "Fetching Latest Release Version" RELEASE=$(curl -fsSL https://api.github.com/repos/mealie-recipes/mealie/releases/latest | grep -oP '"tag_name":\s*"\K[^"]+' | sed 's/^v//')
RELEASE=$(curl -fsSL https://api.github.com/repos/mealie-recipes/mealie/releases/latest | grep -oP '"tag_name":\s*"\K[^"]+')
if [[ "${RELEASE}" != "$(cat ~/.mealie 2>/dev/null)" ]] || [[ ! -f ~/.mealie ]]; then if [[ "${RELEASE}" != "$(cat ~/.mealie 2>/dev/null)" ]] || [[ ! -f ~/.mealie ]]; then
PYTHON_VERSION="3.12" setup_uv PYTHON_VERSION="3.12" setup_uv