瀏覽代碼

Update pingvin-install.sh

add update command
tteckster 1 年之前
父節點
當前提交
067169f92b
共有 1 個文件被更改,包括 2 次插入0 次删除
  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