fix path
[mcbot.git] / sakuratown / bootstrap-from-termux.sh
bloba4abe9c3cad63ca49f4d7f28e26346a9a0c30c22
1 #!/bin/sh
3 apt install -y python-dev libcrypt-dev libffi-dev openssl-dev
4 cd ~
5 git clone http://repo.or.cz/mcbot.git
6 cd mcbot/sakuratown/
7 pip3 install -r ./requirements.txt