From ab4fe54ce48685e5b5b2f0a02ecd8ce1c2a02b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Sat, 30 Dec 2017 19:29:22 +0100 Subject: [PATCH] Update install --- install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install b/install index 1f24466..1f91c84 100644 --- a/install +++ b/install @@ -175,6 +175,10 @@ case "`grep DISTRIB_CODENAME /etc/*-release | awk -F '=' '{print $2}'`" in wget https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/static/html/index.html sudo update-rc.d nginx defaults + mkdir -p /tmp/; cd /tmp; wget https://raw.githubusercontent.com/theraw/The-World-Is-Yours/master/static/sysctl.conf + cat /tmp/sysctl.conf >> /etc/sysctl.conf + sysctl -p + clear cd /nginx/; mkdir db/; cd db/; wget https://github.com/theraw/The-World-Is-Yours/raw/master/static/GeoLite2-Country.mmdb cd /nginx/; rm -Rf *.default