From 3f72d37ec7dc6974d76deba0039166dc686f092b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Sun, 25 Feb 2018 13:29:42 +0100 Subject: [PATCH] Update install --- ArchLinux/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchLinux/install b/ArchLinux/install index 4f86202..88a242e 100644 --- a/ArchLinux/install +++ b/ArchLinux/install @@ -44,7 +44,6 @@ case "`grep ID_LIKE /etc/*-release | awk -F '=' '{print $2}'`" in yes|pacman -S net-tools lua htop iftop gd yes|pacman -S libmaxminddb geoip2-database mmdblookup libxml2 libxslt - su $user <<'EOF' git clone https://aur.archlinux.org/ssdeep.git /home/$user/ssdeep cd /home/$user/ssdeep/ && makepkg --syncdeps @@ -170,6 +169,7 @@ EOF chmod +x install; ./install clear curl -s https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/ArchLinux/static/nginx.service > /usr/lib/systemd/system/nginx.service + clear systemctl enable nginx nginx -t ;;