diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-11-26 09:59:45 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-11-26 09:59:45 +0300 |
commit | 381bd09e67328fbce598473c9f443ac9587a333d (patch) | |
tree | f26cd9205d1ba4edb9bda34381a08918fed02f69 /gitstatus/install | |
parent | 4050729e483e5346f514ea0a052716fd48d4bfbf (diff) | |
parent | 622069e60f9573c714f482dd6c76858229f4732a (diff) |
Merge commit '622069e60f9573c714f482dd6c76858229f4732a'v1.14.1
Diffstat (limited to 'gitstatus/install')
-rwxr-xr-x | gitstatus/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitstatus/install b/gitstatus/install index 0c103b8a..3b92daef 100755 --- a/gitstatus/install +++ b/gitstatus/install @@ -15,7 +15,7 @@ _gitstatus_install_daemon_found() { esac local cpu - if [ "$uname_sm" != 'darwin arm64' ] || + if [ "$uname_s" != darwin ] || [ "$uname_m" != arm64 ] || [ -e /Library/Apple/System/Library/LaunchDaemons/com.apple.oahd.plist ] || [ ! -x /usr/sbin/softwareupdate ] || ! cpu="$(/usr/sbin/sysctl -n machdep.cpu.brand_string)"; then |