Kaynağa Gözat

Update pingvin-install.sh

add update command
tteckster 1 yıl önce
ebeveyn
işleme
067169f92b
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      install/pingvin-install.sh

+ 2 - 0
install/pingvin-install.sh

@@ -47,6 +47,8 @@ $STD npm install
 $STD npm run build
 $STD pm2 start --name="pingvin-share-frontend" npm -- run start
 $STD pm2 startup
+echo "bash -c \"\$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/${app}.sh)\"" >/usr/bin/update
+chmod +x /usr/bin/update
 msg_ok "Installed Pingvin Share"
 
 motd_ssh