updated install.sh & start.sh scripts
This commit is contained in:
parent
eda4bf8a51
commit
a2aab353e3
@ -1,3 +1,5 @@
|
|||||||
apt-get install git npm nodejs-legacy sqlite3
|
apt-get install git npm sqlite3
|
||||||
npm install
|
git clone https://github.com/Cryptkeeper/Minetrack.git
|
||||||
sh start.sh
|
cd Minetrack/
|
||||||
|
npm install --build-from-source
|
||||||
|
sh scripts/start.sh
|
@ -1,5 +1,5 @@
|
|||||||
while true;
|
while true;
|
||||||
do
|
do
|
||||||
/usr/bin/nodejs app.js
|
node app.js
|
||||||
sleep 5
|
sleep 5
|
||||||
done
|
done
|
Loading…
Reference in New Issue
Block a user