From 053bb2899cfba7f0defc9ebb4a5f1e57a68014c9 Mon Sep 17 00:00:00 2001 From: micziz <99438936+micziz@users.noreply.github.com> Date: Wed, 15 Jun 2022 20:05:24 +0200 Subject: [PATCH] Update install.sh Co-authored-by: drugsosos <44712637+Drugsosos@users.noreply.github.com> --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d392ce1..c8a1cd9 100644 --- a/install.sh +++ b/install.sh @@ -52,7 +52,7 @@ function install_macos(){ echo "Homebrew is already installed" fi echo "Installing python" - if [ ! command -v python3 &> /dev/null ]; then + if ! command -v python3 &> /dev/null; then brew install python@3.10 else echo "Python is already installed"