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
|
||||
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
|
Loading…
Reference in New Issue
Block a user