You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the same problem, my notebook is mac m1 pro 16,
I found the information of /usr/bin/sw_vers as follows
So I modified /opt/homebrew/Cellar/screenfetch/3.9.1/bin/screenfetch
The content is
if [[ -x /usr/bin/sw_vers ]] && /usr/bin/sw_vers | grep -i 'macOS' >/dev/null; then
I type screenfetch and it prompts for awk: can't open file /proc/cpuinfo and grep: /proc/cpuinfo: No such file or directory
I can't find /proc/cpuinfo in the file either
The text was updated successfully, but these errors were encountered: