server_deploy.sh aktualisiert

This commit is contained in:
2025-03-23 01:00:56 +01:00
parent 5ae9332f11
commit 316668efb6

View File

@@ -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