From 968dcf60ae2c159029b7615aa3d36810822b1bf7 Mon Sep 17 00:00:00 2001 From: Mukke Date: Wed, 30 May 2018 14:05:12 +0100 Subject: [PATCH] Removed the Projects folder as a dependency Removed the Projects folder in favour of the current directory --- autoinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoinstall.sh b/autoinstall.sh index 15de03f3..51b6e11c 100755 --- a/autoinstall.sh +++ b/autoinstall.sh @@ -1,5 +1,5 @@ #!/bin/sh -INSTALL_TO=~/Projects +INSTALL_TO=$(pwd) warn() { echo "$1" >&2