Squashed 'gitstatus/' changes from 1dcba393..4211e33b

4211e33b bug fix: make install work in standalone mode

git-subtree-dir: gitstatus
git-subtree-split: 4211e33b0b9ed9ad41898eb5a2b4f6a4a37b1db2
pull/1127/head
Roman Perepelitsa 4 years ago
parent fb89173a42
commit 622069e60f

@ -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

Loading…
Cancel
Save