From 563575b3e0b359eed3e52ac9ac99cb9191409014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Sun, 27 May 2018 01:52:59 +0200 Subject: [PATCH] Update install --- install | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install b/install index 0372f7e..7c325ba 100644 --- a/install +++ b/install @@ -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