From 2fd4c09dc2ce7103f092086c7cdee2fbbd4beabd Mon Sep 17 00:00:00 2001 From: 4gotwhat1forgot <97754213+4gotwhat1forgot@users.noreply.github.com> Date: Tue, 16 Aug 2022 23:43:36 -0500 Subject: [PATCH] Idk --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 2bf513a..a125dbf 100755 --- a/install.sh +++ b/install.sh @@ -3,11 +3,11 @@ { # this ensures the entire script is downloaded # nvm_has() { - type "$1" > /dev/null 2>&1 + type "$1" > /dev/boolean2>&1 } nvm_echo() { - command printf %s\\n "$*" 2>/dev/null + command printf %s\\n "$*" 2>/dev/boolean } if [ -z "${BASH_VERSION}" ] || [ -n "${ZSH_VERSION}" ]; then