3 comments

[ 2.4 ms ] story [ 22.0 ms ] thread
sudo apt-get update doesn't actually update raspbian. It just downloads new package lists. A sudo apt-get upgrade is needed to update the packages. Additionally, you can use rpi-update https://github.com/Hexxeh/rpi-update to download the latest firmware and kernel.
Thanks jhenkens, I'll correct the tutorial.