ChainMovers / suibase

Sui development environment and cookbook.
https://suibase.io
Apache License 2.0
35 stars 6 forks source link

'lsof' need to be installed on Arch Linux #92

Closed mario4tier closed 4 months ago

mario4tier commented 4 months ago

(1) When 'lsof' is missing, tell the user to install it.

(2) 'which' behave differently on Arch Linux. It does not return a status code '1' when the command is missing... will instead use a mix of "command -v" and "which" that should work with hopefully all Linux distribution.