Update install

This commit is contained in:
2018-05-27 01:52:59 +02:00
committed by GitHub
parent 759c9e54e9
commit 563575b3e0
+7
View File
@@ -204,6 +204,13 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in
service nginx start
;;
xenial)
apt update
apt upgrade -y
apt dist-upgrade -y
apt install build-essential libssl-dev curl nano wget zip unzip git htop iftop whois screen -y
;;
centos)
yum -y update; yum -y upgrade
yum install epel-release wget curl git zip unzip -y