From 415c550ff3b45765f323aeea8aed8da851379c24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sun, 28 Mar 2021 17:23:44 +0200 Subject: [PATCH] yadm bootstrap update repo origin --- .config/yadm/bootstrap | 2 ++ 1 file changed, 2 insertions(+) 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"