11-10-2021

This commit is contained in:
2021-10-11 06:32:21 +02:00
parent 61cdb0e44b
commit e8fc598082
6 changed files with 111 additions and 401 deletions

View File

@@ -89,7 +89,7 @@ if [ -n "$upd" ]; then
nb=$(echo "$upd" | wc -w | xargs)
echo -e "${redbox} $nb ${reset} ${underline}availables updates:${reset}"
echo -e "${redbox} $nb ${reset} availables updates:"
echo -e "\n$pip_outdated"
echo ""
@@ -180,7 +180,7 @@ if [ -n "$upd" ]; then
done
else
echo -e "${underline}No availables updates.${reset}"
echo -e "No availables updates."
fi