diff --git a/install.sh b/install.sh index 063c696..6e8220e 100644 --- a/install.sh +++ b/install.sh @@ -1494,10 +1494,6 @@ WantedBy=multi-user.target EOF systemctl enable wings - output "Daemon installation is nearly complete, please go to the panel and get your 'Auto Deploy' command in the node configuration tab." - output "Paste your auto deploy command below: " - read AUTODEPLOY - ${AUTODEPLOY} systemctl start wings }