Can separate modules be installed individually as amendment?
Posted: Thu Mar 15, 2018 1:30 pm
My previous installation script was something like this:
I didn't install remi. Now if I want to install it, making the script sth. like this:bash vst-install.sh --nginx yes --phpfpm yes --apache no --named yes --remi no --vsftpd yes --proftpd no --iptables yes --fail2ban yes --quota no --exim no --dovecot no --spamassassin no --clamav no --softaculous no --mysql yes --postgresql no
Is it correct that I only run such a bash script:bash vst-install.sh --nginx yes --phpfpm yes --apache no --named no --remi yes --vsftpd yes --proftpd no --iptables yes --fail2ban yes --quota no --exim no --dovecot no --spamassassin no --clamav no --softaculous no --mysql yes --postgresql no
I mean, if I want to add some certain missed module(s), all I should run is making installed module a 'no', and adding the missed module a 'yes'?bash vst-install.sh --nginx no --apache no --phpfpm no --named no --remi yes --vsftpd no --proftpd no --iptables no --fail2ban no --quota no --exim no --dovecot no --spamassassin no --clamav no --softaculous no --mysql no --postgresql no