Updated to checkout
This commit is contained in:
parent
d247a51766
commit
4fac3a6402
1 changed files with 1 additions and 1 deletions
2
setup
2
setup
|
@ -43,7 +43,7 @@ HOMEBREW_PACKAGES=(
|
|||
# Checks if the directory exists
|
||||
if [ ! -d "$DOTFILES_DIR" ]; then
|
||||
mkdir $DOTFILES_DIR
|
||||
git clone $DOTFILES_REPO $DOTFILES_DIR
|
||||
git checkout $DOTFILES_REPO $DOTFILES_DIR
|
||||
fi
|
||||
|
||||
# TODO Check if the directory contains our configured repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue