From 4a7d7b15912783ac7326e7bf2c47e28ee4d4dc00 Mon Sep 17 00:00:00 2001 From: TheHomecraft Date: Sun, 23 Mar 2025 18:43:52 +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 c176fa0..e38877d 100644 --- a/server_deploy.sh +++ b/server_deploy.sh @@ -1,5 +1,5 @@ #!/bin/bash -curl -sSL http://befator.befatorinc.de:3000/TheHomecraft/tools/raw/branch/main/install_pyton_ubuntu.sh | 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="5006" python3 --version