Update install.sh

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

@ -119,7 +119,7 @@ function install_centos(){
echo "Python is already installed" echo "Python is already installed"
fi fi
if [ ! command -v pip3 &> /dev/null ]; then if [ ! command -v pip3 &> /dev/null ]; then
sudo yum install python3-pip python3 -m ensurepip --upgrade
else else
echo "pip is already installed" echo "pip is already installed"
fi fi

Loading…
Cancel
Save