1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-12-29 11:06:17 +02:00

Update uptimekuma-update.sh

This commit is contained in:
tteckster 2022-04-22 16:15:31 -04:00 committed by GitHub
parent c2f9224ded
commit 1f9a5ee2c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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