Skip to content

Commit

Permalink
replicate.sh: Add --remote flag to submodule update
Browse files Browse the repository at this point in the history
No clue if that's actually necessary but whatever
  • Loading branch information
rehashedsalt committed Feb 8, 2018
1 parent 16d2235 commit bd9cbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/replicate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ tempfolder="/tmp/dots$(uuidgen)"
git clone --recursive --separate-git-dir="$HOME/.dotfiles" https://github.com/rehashedsalt/home.git $tempfolder
rsync -rvl --exclude ".git" $tempfolder/ $HOME/
rm -r $tempfolder
git submodule update --init --recursive --git-dir="$HOME/.dotfiles" --work-tree="$HOME" $HOME/
git submodule update --init --recursive --remote --git-dir="$HOME/.dotfiles" --work-tree="$HOME" $HOME/

0 comments on commit bd9cbfe

Please sign in to comment.