Update install

This commit is contained in:
liberodark 2019-02-21 17:20:48 +01:00 committed by GitHub
parent c5af5776b5
commit 03dbfa45d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -193,7 +193,7 @@ mkdir -p /srv/daemon /srv/daemon-data
pushd /srv/daemon
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
ynh_package_install nodejs make gcc g++
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.8/daemon.tar.gz | tar --strip-components=1 -xzv
curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.11/daemon.tar.gz | tar --strip-components=1 -xzv
npm install --only=production
npm audit fix
sudo npm start