Topic: update properly?
In pre-statler #! it was so simple to do superkey-u every once in a while to update, but in statler I'm not sure what to use, seeing different terms in some posts.
In my conky I pasted this (copied from my older crunchbang)
Update:$alignr${execi 3600 aptitude search "~U" | wc -l}Now when I see there's some updates available, should I do
sudo apt-get updateand then
sudo apt-get dist-upgrade or maybe
sudo apt-get update && apt-get dist-upgrade -y(got this one from Ubuntu forums).
Or, since statler is still alfa, leave everything as it is and don't do any of these?