Skip Navigation
lcruggeri Luca Ruggeri @mastodon.uno

Video killed the brodo Star

Posts 0
Comments 1
Which is better: Aura or Paru?
  • @AsudoxDev no love for #yay ?

    You can say "Yay!" when there are updated packages too

  • Per il [#SuggerimentoDiLettura](https://mastodon.uno/tags/SuggerimentoDiLettura) n°78 propongo un grande classico della letteratura italiana: CANNE AL VENTO di Grazia Deledda.
  • @troppacaffeina @libri c'entra poco ma ho trovato molto bello Un anno sull'altipiano di Emilio Lussu.

    Ti fa sentire dentro quelle maledette trincee

  • Is there a way to get notified, when an [#ArchLinux](https://ma.fellr.net/tags/ArchLinux) package is updated?
  • @fell @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] you need something to call checkupdates | grep package every some time, i put it into my #fish shell greeting so everytime i open a shell i see how many packages i have to install

    The code is
    echo 'Searching for updates...'
    echo "Updates found:" $(checkupdates | wc -l)

    This code should run over bash too