From 8fc289145f509995eb7e55f114cb3546e7733659 Mon Sep 17 00:00:00 2001 From: vhsdream Date: Wed, 4 Jun 2025 08:42:57 -0400 Subject: [PATCH] mmdl: missing v --- ct/managemydamnlife.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/managemydamnlife.sh b/ct/managemydamnlife.sh index 16cba9eb..3a5d0d85 100644 --- a/ct/managemydamnlife.sh +++ b/ct/managemydamnlife.sh @@ -40,7 +40,7 @@ function update_script() { msg_ok "Backup Created" msg_info "Updating $APP to v${RELEASE}" - curl -fsSLO "https://github.com/intri-in/manage-my-damn-life-nextjs/archive/refs/tags/${RELEASE}.zip" + curl -fsSLO "https://github.com/intri-in/manage-my-damn-life-nextjs/archive/refs/tags/v${RELEASE}.zip" rm -r /opt/mmdl unzip -q "$RELEASE".zip mv manage-my-damn-life-nextjs-"$RELEASE"/ /opt/mmdl