Advertisement
Guest User

Untitled

a guest
Feb 16th, 2020
641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. $ su #if you don't have a password set, do "sudo passwd root"
  2. # cd /srv/daemon
  3. #
  4. # npm install chokidar
  5. # npm install ssh2
  6. # npm install ssh2-streams
  7. # npm install mmmagic
  8.  
  9. Then I ran these commands to fix some issues, though I screwed up here, and the last command is the fix
  10. # npm install
  11. # npm audit fix
  12. # npm audit fix --force
  13. # cd /srv/daemon && rm -rf node_modules package.json package-lock.json && wget https://raw.githubusercontent.com/pterodactyl/daemon/release/v0.6.12/package.json && wget https://raw.githubusercontent.com/pterodactyl/daemon/release/v0.6.12/package-lock.json && npm install --only=production
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement