There was an error while loading. Please reload this page.
1 parent e79c884 commit 84d9711Copy full SHA for 84d9711
1 file changed
ct/mealie.sh
@@ -29,8 +29,7 @@ function update_script() {
29
exit
30
fi
31
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[^"]+')
+ RELEASE=$(curl -fsSL https://api.github.com/repos/mealie-recipes/mealie/releases/latest | grep -oP '"tag_name":\s*"\K[^"]+' | sed 's/^v//')
34
if [[ "${RELEASE}" != "$(cat ~/.mealie 2>/dev/null)" ]] || [[ ! -f ~/.mealie ]]; then
35
36
PYTHON_VERSION="3.12" setup_uv
0 commit comments