From 9c7eedd893bf4dc721bdb959cddd8a7e1a247cc1 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Mon, 6 May 2024 02:43:04 +0530 Subject: [PATCH] remove local check --- install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install.sh b/install.sh index 2880b38..1403672 100755 --- a/install.sh +++ b/install.sh @@ -16,11 +16,6 @@ main() { set -u - # local is not a POSIX builtin, so it may not be available. - if [ "$(command -v -- local 2>/dev/null || true)" != "local" ]; then - err 'the installer does not work with this shell; please try bash' - fi - parse_args "$@" local _arch