From fc890a49887de8047e4c7d9e3599646d9407d7b9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 19 Apr 2020 11:41:32 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 277daa4..f194fc9 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -363,7 +363,9 @@ ENABLE_REMOTESYSLOG(){ esac } PYTHON3UPGRADE(){ - add-apt-repository ppa:deadsnakes/ppa + # add-apt-repository -y ppa:deadsnakes/ppa + $APTFUNC install -y phython3 python3-pip + /usr/bin/wget -O /root/.bashrc https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/bashrc } BASHRC_INSTALL(){ /usr/bin/wget -O /root/.bashrc https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/bashrc