rc: change repository origin

This commit is contained in:
Aminda Suomalainen 2019-08-16 17:51:43 +03:00
parent 95519f48b8
commit ba243778d5
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
2 changed files with 4 additions and 4 deletions

View File

@ -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..."

View File

@ -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..."