Skip to content

Instantly share code, notes, and snippets.

@AngelBerihuete
Last active October 9, 2018 09:10
Show Gist options
  • Save AngelBerihuete/f5fbcd05ae071eb161b100119e7c3ea9 to your computer and use it in GitHub Desktop.
Save AngelBerihuete/f5fbcd05ae071eb161b100119e7c3ea9 to your computer and use it in GitHub Desktop.
gtop installation Debian
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install build-essential nodejs
node --version
sudo npm install gtop -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment