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