mirror of https://github.com/tteck/Proxmox.git
Update uptimekuma-update.sh
This commit is contained in:
parent
9adfd34f3a
commit
bb3ace78f4
|
@ -53,13 +53,14 @@ msg_ok "Stopped ${APP}"
|
||||||
cd /opt/uptime-kuma
|
cd /opt/uptime-kuma
|
||||||
|
|
||||||
msg_info "Pulling ${APP} ${LATEST}"
|
msg_info "Pulling ${APP} ${LATEST}"
|
||||||
git fetch &>/dev/null
|
git fetch --all &>/dev/null
|
||||||
git checkout $LATEST &>/dev/null
|
git checkout $LATEST --force &>/dev/null
|
||||||
git pull &>/dev/null
|
git pull &>/dev/null
|
||||||
msg_ok "Pulled ${APP} ${LATEST}"
|
msg_ok "Pulled ${APP} ${LATEST}"
|
||||||
|
|
||||||
msg_info "Updating ${APP} to ${LATEST} (Patience)"
|
msg_info "Updating ${APP} to ${LATEST}"
|
||||||
npm ci &>/dev/null
|
npm install --production &>/dev/null
|
||||||
|
npm run download-dist &>/dev/null
|
||||||
msg_ok "Updated ${APP}"
|
msg_ok "Updated ${APP}"
|
||||||
|
|
||||||
msg_info "Starting ${APP}"
|
msg_info "Starting ${APP}"
|
||||||
|
|
Loading…
Reference in New Issue