Skip to content

Instantly share code, notes, and snippets.

@uygary
Created January 6, 2025 20:42
Show Gist options
  • Select an option

  • Save uygary/f677f879929626ba5b0294b144669d0b to your computer and use it in GitHub Desktop.

Select an option

Save uygary/f677f879929626ba5b0294b144669d0b to your computer and use it in GitHub Desktop.
Installing btop in OPNSense from Ports
# To Install:
sudo pkg install gmake
opnsense-code tools ports src
cd /usr/ports/sysutils/btop
sudo make install
# To Check for Update
pkg version -l "<"
# To Update
opnsense-code tools ports src
cd /usr/ports/sysutils/btop
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