feat: move to forge.chapril.org

This commit is contained in:
David JULIEN 2021-03-11 01:07:02 +01:00
parent d1d356ad56
commit c7ba894af8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ services_list="systemd-timescyncd"
git_clone() {
printf "\nDownloading $1..."
git clone https://gitlab.com/swy7ch/$1 ~/$HOME/.local/src/tools/$1
git clone https://forge.chapril.org/swytch/$1 ~/$HOME/.local/src/tools/$1
printf "\tDone."
cd ~/$HOME/.local/src/tools/$1
git remote set-url origin git@gitlab.com:swy7ch/$1