POGOserver/run-linux.sh
Felix 88d4b85860 Update
- Added basic updater
- Handle asset download error
2016-08-17 15:56:16 +02:00

10 lines
107 B
Bash
Vendored

#!/bin/bash
pause() {
read -p "Press [Enter] key to exit"
}
cd $(dirname $0)
npm install
npm run start