From 85aae63bf5a680decde1f710a218659c41133b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tony=20Tk=C3=A1=C4=8Dik?= Date: Wed, 18 May 2016 13:11:35 +0200 Subject: [PATCH] Update bootstrap-ubuntu-dev.sh --- machine/bootstrap/bootstrap-ubuntu-dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine/bootstrap/bootstrap-ubuntu-dev.sh b/machine/bootstrap/bootstrap-ubuntu-dev.sh index 855d6b3..e5a794f 100755 --- a/machine/bootstrap/bootstrap-ubuntu-dev.sh +++ b/machine/bootstrap/bootstrap-ubuntu-dev.sh @@ -6,4 +6,4 @@ sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer -git config --global core.excludesfile ~/Environment/gitignore-global +git config --global core.excludesfile ~/nux-env/gitignore-global