From 4211e33b0b9ed9ad41898eb5a2b4f6a4a37b1db2 Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Thu, 26 Nov 2020 07:59:19 +0100 Subject: [PATCH] bug fix: make install work in standalone mode --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 0c103b8..3b92dae 100755 --- a/install +++ b/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