replicate.sh: Add --remote flag to submodule update
No clue if that's actually necessary but whatever
This commit is contained in:
parent
16d2235107
commit
bd9cbfefcf
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user