From 63948f9d1856f24b5590f7e3cb09053b28194730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Sat, 11 Aug 2018 02:24:32 +0200 Subject: [PATCH] i think sudo is missing on minimal iso --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index c7ed15d..0738d4c 100644 --- a/install +++ b/install @@ -230,7 +230,7 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in apt update apt upgrade -y apt dist-upgrade -y - apt install build-essential apt-utils libssl-dev curl nano wget zip unzip git htop iftop whois screen -y + apt install build-essential apt-utils libssl-dev curl nano wget zip unzip git htop iftop whois screen sudo -y apt purge --remove nginx -y apt purge --remove apache2 -y apt autoremove -y