Fix bootstrap

This commit is contained in:
poka 2020-03-19 18:44:01 +01:00
parent 4819d92670
commit b29ddba024
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ giturl="http://192.168.9.19:3000"
git clone $giturl/axiom-team/astroport.git
cd astroport
sed -i 's/https:\/\/git.p2p.legal/http:\/\/192.168.9.19:3000/g' .gitmodules
[[ $giturl =~ "192" ]] && sed -i "s/https:\/\/git.p2p.legal/$giturl/g" .gitmodules
git submodule update --init --recursive
git submodule foreach git pull origin master