From 798799e925193ce914a1e90fbc1a01d1c5af547b Mon Sep 17 00:00:00 2001 From: BlockArchitech Date: Thu, 11 Aug 2022 18:31:13 -0400 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b8838e9..38c1708 100644 --- a/install.sh +++ b/install.sh @@ -62,7 +62,7 @@ function install_macos(){ fi # Install the required packages echo "Installing required Packages" - if [! commad --version python3 &> /dev/null ]; then + if [! command --version python3 &> /dev/null ]; then echo "Installing python3" brew install python@3.10 else