mirror of https://github.com/tteck/Proxmox.git
Update uptimekuma-update.sh
This commit is contained in:
parent
9655ed070a
commit
f61f6e7c1c
|
@ -57,13 +57,13 @@ fi
|
||||||
|
|
||||||
|
|
||||||
msg_info "Updating"
|
msg_info "Updating"
|
||||||
git fetch &>/dev/null
|
git fetch
|
||||||
git checkout master &>/dev/null
|
git checkout master
|
||||||
git pull &>/dev/null
|
git pull
|
||||||
msg_ok "Updated"
|
msg_ok "Updated"
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
npm ci &>/dev/null
|
npm ci
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
if which systemctl 2> /dev/null > /dev/null; then
|
if which systemctl 2> /dev/null > /dev/null; then
|
||||||
|
|
Loading…
Reference in New Issue