Update install.sh

pull/1174/head
BlockArchitech 3 years ago committed by RapidStoned
parent 99feb9af88
commit 44f236ff10

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