Che cosa significa il rosso 1! msg significa nel pannello di stato Byobu?

2

Ho usato Byobu su sistemi Linux, e la x! msg (x essendo un numero) significa che molti pacchetti corrispondenti devono essere aggiornati. Tuttavia, su un Mac con brew (tutti i pacchetti aggiornati) non posso dire quale sia l'1! msg sta cercando di dirmelo? C'è qualche modo per analizzare i dati?

    
posta Ahi Tuna 08.01.2018 - 13:17
fonte

1 risposta

2

Byobu controlla gli aggiornamenti su macOS usando questo script :

# Mac OSX
# check if any new versions have been installed since
# we last cached. this may not recognize formulae
# installed with HEAD
for f in $(brew --prefix)/Cellar/*; do
    [ "$f" -nt "$mycache" ] && return 0
done
# nothing new has been installed, so check wether the
# formulae database was updated
[ "$(brew --prefix)/Library/Formula" -nt "$mycache" ]
    
risposta data 08.01.2018 - 13:27
fonte

Leggi altre domande sui tag