Update install.sh

Co-authored-by: drugsosos <44712637+Drugsosos@users.noreply.github.com>
pull/465/head
micziz 3 years ago committed by GitHub
parent 4b96daff05
commit 053bb2899c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -52,7 +52,7 @@ function install_macos(){
echo "Homebrew is already installed" echo "Homebrew is already installed"
fi fi
echo "Installing python" echo "Installing python"
if [ ! command -v python3 &> /dev/null ]; then if ! command -v python3 &> /dev/null; then
brew install python@3.10 brew install python@3.10
else else
echo "Python is already installed" echo "Python is already installed"

Loading…
Cancel
Save