Skip to content

Commit

Permalink
Allow bin to already exists
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-steinhoff committed Jun 10, 2019
1 parent 025ae03 commit d689947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bootstrap-dotfiles
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git "${HOME}/.oh-my-zsh"
git clone --depth=1 https://github.com/Bash-it/bash-it.git "${HOME}/.bash_it"

mkdir "${HOME}/bin"
mkdir "${HOME}/bin" || echo "${HOME}/bin already exists"
curl -s -o "${HOME}/bin/mote" https://raw.githubusercontent.com/ksofa2/mote/master/mote
chmod +x "${HOME}/bin/mote"

Expand Down

0 comments on commit d689947

Please sign in to comment.