diff --git a/bootstrap/replicate.sh b/bootstrap/replicate.sh index c86211c..94d5538 100755 --- a/bootstrap/replicate.sh +++ b/bootstrap/replicate.sh @@ -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/