From a00b2e46777b4aaa01dda5192429fb27d402fe00 Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Fri, 24 Jul 2015 06:45:05 -0400 Subject: [PATCH] Updated LICENSE file name. --- README.md | 2 +- bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c9c3e5df3..2b180356c 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ Alternatively, to update while avoiding the confirmation prompt: To install these dotfiles without Git: - $ cd; curl -#L https://github.com/donnemartin/dev-setup/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,LICENSE.txt} + $ cd; curl -#L https://github.com/donnemartin/dev-setup/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,LICENSE} To update later on, just run that command again. diff --git a/bootstrap.sh b/bootstrap.sh index 0fa4c12f1..abe1aeeb2 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -6,7 +6,7 @@ git pull origin master; function doIt() { rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" \ - --exclude "README.md" --exclude "LICENSE-MIT.txt" -avh --no-perms . ~; + --exclude "README.md" --exclude "LICENSE" -avh --no-perms . ~; source ~/.bash_profile; }