From b04630fbf672876a278ea337fa1ca604c07d236f Mon Sep 17 00:00:00 2001 From: Neszt Tibor Date: Thu, 7 Dec 2017 12:00:54 +0100 Subject: [PATCH] install git curl automated --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7f5cb3f..175cce8 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ set -e # INSTALL: # -# apt-get update && apt-get install curl git +# apt-get update && apt-get -y install curl git # curl -fsSL yawep.neszt.hu -o get-yawep.sh # sh get-yawep.sh -- 2.1.4