Comment 2 for bug 132146

Revision history for this message
Luca Carrogu (motoplux) wrote :

Yes the script have execution permission. It was working in feisty before the upgrade to gutsy.
It's just two commands to upgrade the system

#!/bin/sh
sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade

and it's in the /usr/local/bin folder.