Last active
October 9, 2018 09:10
-
-
Save AngelBerihuete/f5fbcd05ae071eb161b100119e7c3ea9 to your computer and use it in GitHub Desktop.
gtop installation Debian
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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