summaryrefslogtreecommitdiff
path: root/gitstatus/install
diff options
context:
space:
mode:
authorRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-12-21 18:19:22 +0300
committerRoman Perepelitsa <roman.perepelitsa@gmail.com>2020-12-21 18:19:22 +0300
commit9c3ecab81e7a8080d4f11b966d705d51f29198b0 (patch)
tree2d647ed7ad633681348b10e7a945394beaebb938 /gitstatus/install
parent033e01a272063f4e43e8abea2364fd5b1825aff4 (diff)
parent9609a835ca2eb3089e35269a05369833e9ec0ba2 (diff)
Merge commit '9609a835ca2eb3089e35269a05369833e9ec0ba2'v1.14.5
Diffstat (limited to 'gitstatus/install')
-rwxr-xr-xgitstatus/install18
1 files changed, 0 insertions, 18 deletions
diff --git a/gitstatus/install b/gitstatus/install
index 1167e42f..86824ece 100755
--- a/gitstatus/install
+++ b/gitstatus/install
@@ -5,24 +5,6 @@
_gitstatus_install_daemon_found() {
local installed="$1"
shift
-
- case "$daemon" in
- *-darwin-x86_64)
- if [ "$uname_m" = arm64 ] &&
- [ ! -e /Library/Apple/System/Library/LaunchDaemons/com.apple.oahd.plist ] &&
- [ -x /usr/sbin/softwareupdate ]; then
- >&"$e" printf 'Please run the following command to install Rosetta:\n'
- >&"$e" printf '\n'
- >&"$e" printf ' \033[32m/usr/sbin/softwareupdate\033[0m --install-rosetta\n'
- >&"$e" printf '\n'
- >&"$e" printf 'See for details: \033[4mhttps://support.apple.com/en-us/HT211861\033[0m\n'
- >&"$e" printf '\n'
- >&"$e" printf 'Once Rosetta is installed, restart your shell.\n'
- return 1
- fi
- ;;
- esac
-
[ $# = 0 ] || "$@" "$daemon" "$version" "$installed"
}