diff --git a/bootstrap_astroport.sh b/bootstrap_astroport.sh new file mode 100755 index 0000000..45cc422 --- /dev/null +++ b/bootstrap_astroport.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +# Check if this script is not execute inside astroport folder +[[ $(basename "$PWD") == "astroport" ]] && echo "DO NOT EXECUTE THIS SCRIPT INSIDE ASTROPORT FOLDER!" && exit 1 + +rm -rf astroport + +giturl="http://192.168.9.19:3000" +#giturl="https://git.p2p.legal" + +git clone $giturl/axiom-team/astroport.git +cd astroport +sed -i 's/https:\/\/git.p2p.legal/http:\/\/192.168.9.19:3000/g' .gitmodules +git submodule update --init --recursive +git submodule foreach git pull origin master + +echo "Astroport ready to go!" + +exit 0 diff --git a/iptubes b/iptubes index 7b8ffc0..2d1a73c 160000 --- a/iptubes +++ b/iptubes @@ -1 +1 @@ -Subproject commit 7b8ffc03eb7dd698ff5802e08efae12f931cb4fd +Subproject commit 2d1a73c225ef577d6716adaf56e7f714c702198e diff --git a/ssb-g1like b/ssb-g1like index 3c86ecf..03a6598 160000 --- a/ssb-g1like +++ b/ssb-g1like @@ -1 +1 @@ -Subproject commit 3c86ecfa4f111f463230d40a7214b2bd3ffdc3e3 +Subproject commit 03a65981eb9895ea7eaee52a189fec630ff71955