Fix run.sh

This commit is contained in:
askiiart 2023-08-29 15:36:23 -05:00
parent 93aa94e5e7
commit f1bcaffa4a
No known key found for this signature in database
GPG key ID: 66BA0F77DCABF974

View file

@ -1,8 +1,7 @@
#!/bin/bash #!/bin/bash
set -e set -e
cd /data
git clone https://github.com/7trail/AlwaysDungeons git clone https://github.com/7trail/AlwaysDungeons
cd /data/AlwaysDungeons pip3 install -r data/AlwaysDungeons/requirements
pip3 install -r requirements
cp /data/.env /data/AlwaysDungeons/.env cp /data/.env /data/AlwaysDungeons/.env
cd /data/AlwaysDungeons
python3 main.py python3 main.py