Update install
This commit is contained in:
parent
c5af5776b5
commit
03dbfa45d8
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ mkdir -p /srv/daemon /srv/daemon-data
|
||||||
pushd /srv/daemon
|
pushd /srv/daemon
|
||||||
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
|
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
|
||||||
ynh_package_install nodejs make gcc g++
|
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 install --only=production
|
||||||
npm audit fix
|
npm audit fix
|
||||||
sudo npm start
|
sudo npm start
|
||||||
|
|
Loading…
Reference in a new issue