From 80be4010708a31bc45bd1929a04031e1141101a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Fri, 19 Apr 2019 13:25:08 +0200 Subject: [PATCH] Update install --- OS/Ubuntu/14.04/install | 4 ---- 1 file changed, 4 deletions(-) diff --git a/OS/Ubuntu/14.04/install b/OS/Ubuntu/14.04/install index 88abb28..8c597cb 100644 --- a/OS/Ubuntu/14.04/install +++ b/OS/Ubuntu/14.04/install @@ -10,22 +10,18 @@ if [ -d "/nginx/" ]; then echo "We've detect a folder '/nginx/' which means" echo "Maybe you have use this script before!" - echo "You can fix this by executing!" - echo "./setup clean" exit 1 fi if [ -d "/etc/nginx" ]; then echo "We've detect a folder '/etc/nginx' which means" echo "Maybe you have use this script before!" - echo "./setup clean" exit 1 fi if [ -d "/opt/nginx/" ]; then echo "We've detect a folder '/opt/nginx/' which means" echo "Maybe you have use this script before!" - echo "./setup clean" exit 1 fi nginxVersion=$(curl -s https://raw.githubusercontent.com/theraw/The-World-Is-Yours/data/nginxVersion)