Update linupx-scripts.sh

This commit is contained in:
2020-04-19 11:44:24 -05:00
parent fc890a4988
commit 885ab97ed7

View File

@@ -363,9 +363,19 @@ ENABLE_REMOTESYSLOG(){
esac
}
PYTHON3UPGRADE(){
# 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
read -n 1 -p "Are you sure you wish to install Filewatcher (Y/n)?" choice
case "$choice" in
[Nn]) INSTALL_MENU;;
* )
# 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
echo ""
echo -e "${Green}Python3 Upfgrade has been Completed${Color_Off}"
if [ ${action-x} ]; then exit 0; fi
read -n 1 -s -p "Press any key to continue";;
exit 0;;
esac
}
BASHRC_INSTALL(){
/usr/bin/wget -O /root/.bashrc https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/bashrc