diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index ec40544..1d68377 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -7,3 +7,5 @@ cd "$HOME" echo "Init submodules" yadm submodule update --recursive --init +echo "Updating the yadm repo origin URL" +yadm remote set-url origin "git@github.com:MoritzBoehme/dotfiles.git"