OTClient_BuildBox/app/build_otc.sh
2025-03-02 21:32:08 +01:00

9 lines
177 B
Bash
Executable File

#!/bin/bash
# Download and compile OTClient
cd /home/tibia
git clone "https://github.com/edubart/otclient.git"
cd otclient && mkdir build && cd build
cmake ..
make -j $(nproc)