Closed bradleeedmondson closed 4 years ago
# cd /usr/src; git checkout stable/19.7
That should do the trick :)
Awesome, that worked. Thank you!
Due to IRC question about this the canonical way to install lsof nowadays is:
# opnsense-code ports src && cd /usr/ports/sysutils/lsof && make install
Running opnsense 19.7.6 on a JBC313U591W-3160-B (Celeron N3160):
I'm unable to build lsof:
It looks like
lsof
is a dependency ofhtop
too (also in sysutils), which is what I'm ultimately trying to build. Is there any way around this?