Last active
December 5, 2024 18:22
-
-
Save uygary/d60e357a31ad5e951bc55051ddc0f713 to your computer and use it in GitHub Desktop.
Installing htop in OPNSense from Ports
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
| # To Install: | |
| opnsense-code tools ports src | |
| cd /usr/ports/sysutils/htop | |
| make install | |
| # To Check for Update | |
| pkg version -l "<" | |
| # To Update | |
| opnsense-code tools ports src | |
| cd /usr/ports/sysutils/htop | |
| sudo make deinstall | |
| sudo make install clean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment