From 25b7f49ffd386d87d59f5c559e9d9ecd5771a99a Mon Sep 17 00:00:00 2001 From: Sean C Date: Mon, 13 Jul 2020 15:56:42 +0100 Subject: [PATCH] Add remote url update --- .config/install-scripts/001-from-git.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/install-scripts/001-from-git.sh b/.config/install-scripts/001-from-git.sh index 5c84888..4e059e8 100755 --- a/.config/install-scripts/001-from-git.sh +++ b/.config/install-scripts/001-from-git.sh @@ -14,3 +14,4 @@ if [ $? = 0 ]; then fi; config checkout config config status.showUntrackedFiles no +config remote set-url origin [git@git.cusack.cloud:1922]:acid/dotfiles.git