Installing vestaCP from script
Installing vestaCP from script
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
-
- Support team
- Posts: 1111
- Joined: Tue Jul 30, 2013 10:18 pm
- Contact:
- Os: CentOS 6x
- Web: nginx + php-fpm
Re: Installing vestaCP from script
https://www.howtoforge.com/linux-yes-command/msahmi wrote: ↑Tue Jan 12, 2021 10:42 amHello 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 screenCode: Select all
curl -O http://vestacp.com/pub/vst-install.sh bash vst-install.sh --hostname hostnameValue --email emailValue --password passwordValue -f
my goal is fire installation directly (without showing this message).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