Closed jimgregory closed 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).
netstat
Tested on Orange Pi PC+ 2E.
alive_port() used
netstat
to determine if a port is active prior to installing the software using that port, butnetstat
is no longer installed by default in Armbian. This fix uses its replacement, ss (socket statistics).Tested on Orange Pi PC+ 2E.