mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update uptimekuma-update.sh
This commit is contained in:
parent
2f53542a32
commit
ef76c326cd
1 changed files with 4 additions and 4 deletions
|
@ -51,15 +51,15 @@ msg_ok "Stopped Uptime Kuma"
|
||||||
|
|
||||||
cd /opt/uptime-kuma
|
cd /opt/uptime-kuma
|
||||||
|
|
||||||
msg_info "Updating Uptime Kuma"
|
msg_info "Pulling 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 Uptime Kuma"
|
msg_ok "Pulled Uptime Kuma"
|
||||||
|
|
||||||
msg_info "Installing Dependencies (Patience)"
|
msg_info "Updating Uptime Kuma (Patience)"
|
||||||
npm ci &>/dev/null
|
npm ci &>/dev/null
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Updated Uptime Kuma"
|
||||||
|
|
||||||
msg_info "Starting Uptime Kuma"
|
msg_info "Starting Uptime Kuma"
|
||||||
sudo systemctl start uptime-kuma &>/dev/null
|
sudo systemctl start uptime-kuma &>/dev/null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue