From ba243778d59756564785f6af27a5e54d26e62427 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 16 Aug 2019 17:51:43 +0300 Subject: [PATCH] rc: change repository origin --- rc/bashrc | 4 ++-- rc/zshrc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rc/bashrc b/rc/bashrc index 23c5f509..dd10c8d2 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -714,7 +714,7 @@ if [ -d $SHELL_THINGS_REPO ]; then echo "shell-things: $SHELL_THINGS_REPO exists, git pulling..." echo "" cd $SHELL_THINGS_REPO - git remote set-url origin https://github.com/Mikaela/shell-things.git + git remote set-url origin https://gitea.blesmrt.net/Mikaela/shell-things.git git pull echo "" echo "shell-things: Installing/Upgrading..." @@ -724,7 +724,7 @@ else echo "" echo "shell-things: $SHELL_THINGS_REPO doesn't exist, cloning..." echo "" - git clone https://github.com/Mikaela/shell-things.git $SHELL_THINGS_REPO + git clone https://gitea.blesmrt.net/Mikaela/shell-things.git $SHELL_THINGS_REPO cd $SHELL_THINGS_REPO echo "" echo "shell-things: Installing/Upgrading..." diff --git a/rc/zshrc b/rc/zshrc index aee4dfab..8ada6234 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -712,7 +712,7 @@ if [ -d $SHELL_THINGS_REPO ]; then echo "shell-things: $SHELL_THINGS_REPO exists, git pulling..." echo "" cd $SHELL_THINGS_REPO - git remote set-url origin https://github.com/Mikaela/shell-things.git + git remote set-url origin https://gitea.blesmrt.net/Mikaela/shell-things.git git pull echo "" echo "shell-things: Installing/Upgrading..." @@ -722,7 +722,7 @@ else echo "" echo "shell-things: $SHELL_THINGS_REPO doesn't exist, cloning..." echo "" - git clone https://github.com/Mikaela/shell-things.git $SHELL_THINGS_REPO + git clone https://gitea.blesmrt.net/Mikaela/shell-things.git $SHELL_THINGS_REPO cd $SHELL_THINGS_REPO echo "" echo "shell-things: Installing/Upgrading..."