diff --git a/TestTestNet/owner/install.sh b/TestTestNet/owner/install.sh index 7d33a80..479cf47 100644 --- a/TestTestNet/owner/install.sh +++ b/TestTestNet/owner/install.sh @@ -15,7 +15,7 @@ echo "===== memory usage info:" free -m echo "===== downloading common.vars" -curl -sLO "https://raw.githubusercontent.com/oraclesorg/test-templates/${TEMPLATES_BRANCH}/common.vars" +curl -sLO "https://raw.githubusercontent.com/oraclesorg/test-templates/${TEMPLATES_BRANCH}/TestTestNet/common.vars" source common.vars EXT_IP="$(curl ifconfig.co)" @@ -39,7 +39,7 @@ ADMIN_USERNAME="${ADMIN_USERNAME}" export HOME="${HOME:-/home/${ADMIN_USERNAME}}" echo "===== downloading common.funcs" -curl -sLO "https://raw.githubusercontent.com/oraclesorg/test-templates/${TEMPLATES_BRANCH}/common.funcs" +curl -sLO "https://raw.githubusercontent.com/oraclesorg/test-templates/${TEMPLATES_BRANCH}/TestTestNet/common.funcs" source common.funcs setup_ufw() {