installer: Set min zsh version to 5.8 (#696)

This commit is contained in:
Philipp Schmitt 2025-02-18 17:51:33 +01:00 committed by GitHub
parent 091ddfeee5
commit 8a7257a8e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ echo_error() {
} }
check_dependencies() { check_dependencies() {
zsh_min_version=5.5 zsh_min_version=5.8
if ! zsh -sfc \ if ! zsh -sfc \
'autoload is-at-least; 'autoload is-at-least;
is-at-least $1 $ZSH_VERSION' "$zsh_min_version"; then is-at-least $1 $ZSH_VERSION' "$zsh_min_version"; then