mirror of https://github.com/tteck/Proxmox.git
Update uptimekuma-update.sh
This commit is contained in:
parent
c2f9224ded
commit
1f9a5ee2c9
|
@ -51,11 +51,11 @@ msg_ok "Stopped Uptime Kuma"
|
||||||
|
|
||||||
cd /opt/uptime-kuma
|
cd /opt/uptime-kuma
|
||||||
|
|
||||||
msg_info "Updating"
|
msg_info "Updating Uptime Kuma"
|
||||||
git fetch &>/dev/null
|
git fetch &>/dev/null
|
||||||
git checkout master &>/dev/null
|
git checkout master &>/dev/null
|
||||||
git pull &>/dev/null
|
git pull &>/dev/null
|
||||||
msg_ok "Updated"
|
msg_ok "Updated Uptime Kuma"
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
npm ci &>/dev/null
|
npm ci &>/dev/null
|
||||||
|
|
Loading…
Reference in New Issue