From 24b52c60ff1494c4164862a94da651f2d0688045 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 19 Apr 2020 11:45:39 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 89f783f..35c49a6 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -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}"