26-07-2018

-add help for kymsu2
-cosmetic changes
This commit is contained in:
2018-07-26 09:39:58 +02:00
parent 8d63e5fde1
commit c03535eecf
5 changed files with 26 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ no_distract=false
#add module to do_not_update array
declare -a do_not_update=( "tornado","urllib3")
if [[ $1 == "nodistract" ]]; then
if [[ $1 == "--nodistract" ]]; then
no_distract=true
fi
@@ -21,8 +21,8 @@ if ! [ -x "$(command -v $version)" ]; then
exit 1
fi
echo ""
echo "🐍 Update $version (Python 3)"
echo -e "\033[1m🐍 $version (Python 3) \033[0m"
echo ""
$version install --upgrade pip
echo ""
@@ -88,3 +88,4 @@ else
fi
echo ""
echo ""