Page 1 of 1

Installing vestaCP from script

Posted: Tue Jan 12, 2021 10:42 am
by msahmi
Hello All,

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
but when i launch the script i got this screen

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]:
my goal is fire installation directly (without showing this message).

I have also tried --force but the same result

Re: Installing vestaCP from script

Posted: Tue Jan 12, 2021 11:26 am
by grayfolk
msahmi wrote:
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 :

Code: Select all

curl -O http://vestacp.com/pub/vst-install.sh
bash vst-install.sh --hostname hostnameValue --email emailValue --password passwordValue  -f
but when i launch the script i got this screen

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]:
my goal is fire installation directly (without showing this message).

I have also tried --force but the same result
https://www.howtoforge.com/linux-yes-command/