Skip to content

Instantly share code, notes, and snippets.

@asheroto
Last active December 30, 2019 04:43
Show Gist options
  • Save asheroto/1cc943f72bc3328dfa8ad26873548d12 to your computer and use it in GitHub Desktop.
Save asheroto/1cc943f72bc3328dfa8ad26873548d12 to your computer and use it in GitHub Desktop.
apt update && apt upgrade -y
apt upgrade build-essential net-tools htop git curl unzip -y
apt update && apt upgrade -y
apt install git curl -y
git clone https://github.com/asheroto/exa-linux-install.git
cd exa-linux-install
sh ./install-exa.sh
cd ..
rm exa-linux-install -r
curl -O http://vestacp.com/pub/vst-install.sh
bash vst-install.sh --nginx yes --apache yes --phpfpm no --named yes --remi yes --vsftpd no --proftpd no --iptables yes --fail2ban yes --quota no --exim yes --dovecot no --spamassassin no --clamav no --softaculous no --mysql yes --postgresql no --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment