archey-osx
archey-osx copied to clipboard
Archey Hangs
GNU bash, version 4.4.23(1)-release (x86_64-apple-darwin17.5.0) on High Sierra.
Archey hangs with no output indefinitely, nothing seems to pop up in logs.
this seems to be a IP grabbing related issue ctrl+c and you can break out of the hanging
edit : try to run archey like this
archey --offline
shouldn't hang anymore then
This fix works for me https://github.com/obihann/archey-osx/pull/62/files
The IP grabbing issue was also causing archey to freeze up for me. Using --offline
works as well as the PR listed above.