Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- echo Setting up depedencies...
- apt update
- apt install -y git node npm wget
- wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
- nvm install v0.12.0
- nvm alias default 0.12.0
- npm install ws
- echo Done
- echo Installing Ogar...
- git clone https://github.com/OgarProject/Ogar.git
- npm install Ogar
- echo Done! Successful installation
Advertisement
Add Comment
Please, Sign In to add comment