mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-21 20:00:07 +00:00
Squashed 'gitstatus/' changes from 1dcba393..4211e33b
4211e33b bug fix: make install work in standalone mode git-subtree-dir: gitstatus git-subtree-split: 4211e33b0b9ed9ad41898eb5a2b4f6a4a37b1db2
This commit is contained in:
parent
fb89173a42
commit
622069e60f
1 changed files with 1 additions and 1 deletions
2
install
2
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
|
||||
|
|
Loading…
Reference in a new issue