remove local check

This commit is contained in:
Ajeet D'Souza 2024-05-06 02:43:04 +05:30
parent 3ac6f5aede
commit 9c7eedd893
1 changed files with 0 additions and 5 deletions

View File

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