From 316668efb64d00d7f78e1dea2450d7cecfb0db8a Mon Sep 17 00:00:00 2001 From: TheHomecraft Date: Sun, 23 Mar 2025 01:00:56 +0100 Subject: [PATCH] server_deploy.sh aktualisiert --- server_deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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