Installing vestaCP from script
Posted: Tue Jan 12, 2021 10:42 am
Hello All,
On my Centos7 i want to install a vestaCP from a script , so in my script i wrote :
but when i launch the script i got this screen
my goal is fire installation directly (without showing this message).
I have also tried --force but the same result
On my Centos7 i want to install a vestaCP from a script , so in my script i wrote :
Code: Select all
curl -O http://vestacp.com/pub/vst-install.sh
bash vst-install.sh --hostname hostnameValue --email emailValue --password passwordValue -f
Code: Select all
The following software will be installed on your system:
- Nginx Web Server
- Apache Web Server (as backend)
- Bind DNS Server
- Exim Mail Server + ClamAV SpamAssassin
- Dovecot POP3/IMAP Server
- MariaDB Database Server
- Vsftpd FTP Server
- Softaculous Plugin
- Iptables Firewall + Fail2Ban
Would you like to continue [y/n]:
I have also tried --force but the same result