Minetrack/scripts/install.sh

5 lines
152 B
Bash
Raw Normal View History

2020-04-02 02:17:57 +00:00
apt-get install git npm sqlite3
git clone https://github.com/Cryptkeeper/Minetrack.git
cd Minetrack/
npm install --build-from-source
sh scripts/start.sh