armbian / config

Armbian Linux configuration utility
GNU General Public License v2.0
467 stars 168 forks source link

fix: Softy netstat error #203

Closed jimgregory closed 1 year ago

jimgregory commented 1 year ago

alive_port() used netstat to determine if a port is active prior to installing the software using that port, but netstat is no longer installed by default in Armbian. This fix uses its replacement, ss (socket statistics).

Tested on Orange Pi PC+ 2E.