Skip to content

Commit

Permalink
bug fix: make install work in standalone mode
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed Nov 26, 2020
1 parent 1dcba39 commit 4211e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4211e33

Please sign in to comment.