diff --git a/server_deploy.sh b/server_deploy.sh index 74b6369..c176fa0 100644 --- a/server_deploy.sh +++ b/server_deploy.sh @@ -1,7 +1,7 @@ #!/bin/bash curl -sSL http://befator.befatorinc.de:3000/TheHomecraft/tools/raw/branch/main/install_pyton_ubuntu.sh | bash export BANK_RUN_HOST="0.0.0.0" -export BANK_RUN_PORT="5005" +export BANK_RUN_PORT="5006" python3 --version git clone http://befator.befatorinc.de:3000/TheHomecraft/BankingServer-V2.git cd BankingServer-V2