Update linupx-scripts.sh

This commit is contained in:
2020-04-19 11:45:39 -05:00
parent 589c9c8176
commit 24b52c60ff

View File

@@ -368,7 +368,7 @@ PYTHON3UPGRADE(){
[Nn]) INSTALL_MENU;;
* )
# add-apt-repository -y ppa:deadsnakes/ppa
$APTFUNC install -y phython3 python3-pip
$APTFUNC install -y python3 python3-pip
/usr/bin/wget -O /root/.bashrc https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/bashrc
echo ""
echo -e "${Green}Python3 Upfgrade has been Completed${Color_Off}"