mmdl: missing v
This commit is contained in:
parent
2f66d4ed7a
commit
8fc289145f
@ -40,7 +40,7 @@ function update_script() {
|
|||||||
msg_ok "Backup Created"
|
msg_ok "Backup Created"
|
||||||
|
|
||||||
msg_info "Updating $APP to v${RELEASE}"
|
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
|
rm -r /opt/mmdl
|
||||||
unzip -q "$RELEASE".zip
|
unzip -q "$RELEASE".zip
|
||||||
mv manage-my-damn-life-nextjs-"$RELEASE"/ /opt/mmdl
|
mv manage-my-damn-life-nextjs-"$RELEASE"/ /opt/mmdl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user