updated install.sh & start.sh scripts

This commit is contained in:
Nick Krecklow 2020-04-01 21:17:57 -05:00
parent eda4bf8a51
commit a2aab353e3
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94
2 changed files with 6 additions and 4 deletions

@ -1,3 +1,5 @@
apt-get install git npm nodejs-legacy sqlite3
npm install
sh start.sh
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

@ -1,5 +1,5 @@
while true;
do
/usr/bin/nodejs app.js
node app.js
sleep 5
done