mps-goc
This commit is contained in:
parent
3ff6232599
commit
a1fb157198
6
bin/mps
6
bin/mps
|
@ -33,6 +33,12 @@ if [ -z ${sunucu+:} ]; then
|
|||
fi
|
||||
|
||||
git_sunucu="https://notabug.org"
|
||||
git_sunucu_eski="https://github.com"
|
||||
|
||||
if [ $(cat /sources/milis.git/.git/config | grep "url =" | grep "${git_sunucu_eski}") ];then
|
||||
mv /sources/milis.git /sources/milis.git.eski
|
||||
fi
|
||||
|
||||
|
||||
if [ -z ${hesap_repo+:} ]; then
|
||||
hesap_repo="milislinux/milis"
|
||||
|
|
Loading…
Reference in New Issue