homebrew.sh

-bugfix si aucune màj de paquet n’est dispo
This commit is contained in:
2019-12-20 08:43:32 +01:00
parent be093d2455
commit 648bd9d211
2 changed files with 49 additions and 33 deletions

View File

@@ -12,6 +12,7 @@ if [[ $1 == "--nodistract" ]]; then
no_distract=true
fi
# https://github.com/mas-cli/mas
# On teste si mas est installé
if hash mas 2>/dev/null; then