Update install.sh

pull/1153/head
BlockArchitech 2 years ago committed by GitHub
parent 29cbd9726d
commit 798799e925
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,7 +62,7 @@ function install_macos(){
fi fi
# Install the required packages # Install the required packages
echo "Installing required Packages" echo "Installing required Packages"
if [! commad --version python3 &> /dev/null ]; then if [! command --version python3 &> /dev/null ]; then
echo "Installing python3" echo "Installing python3"
brew install python@3.10 brew install python@3.10
else else

Loading…
Cancel
Save