Skip to content

Commit a00b2e4

Browse files
committed
Updated LICENSE file name.
1 parent 7a08a5b commit a00b2e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Alternatively, to update while avoiding the confirmation prompt:
190190

191191
To install these dotfiles without Git:
192192

193-
$ cd; curl -#L https://github.com/donnemartin/dev-setup/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,LICENSE.txt}
193+
$ cd; curl -#L https://github.com/donnemartin/dev-setup/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,LICENSE}
194194

195195
To update later on, just run that command again.
196196

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git pull origin master;
66

77
function doIt() {
88
rsync --exclude ".git/" --exclude ".DS_Store" --exclude "bootstrap.sh" \
9-
--exclude "README.md" --exclude "LICENSE-MIT.txt" -avh --no-perms . ~;
9+
--exclude "README.md" --exclude "LICENSE" -avh --no-perms . ~;
1010
source ~/.bash_profile;
1111
}
1212

0 commit comments

Comments
 (0)