I'm using Crunchbang(Debian Stable) and I'm following the instructions here to upgrade my existing sab installation. But I ran into a problem with one of the commands right from the get-go. This command:
Code: Select all
echo "deb http://ppa.launchpad.net/jcfp/ppa/ubuntu lucid main" | tee -a /etc/apt/sources.list
Code: Select all
sudo echo "deb http://ppa.launchpad.net/jcfp/ppa/ubuntu lucid main" | tee -a /etc/apt/sources.list
tee: /etc/apt/sources.list: Permission denied
[sudo] password for user:
deb http://ppa.launchpad.net/jcfp/ppa/ubuntu lucid main
Does anyone see what the problem might be?
I downloaded the source package and ran the sab.py and the newest version pops up into my browser, which is fine for right now. But if possible I would really like to get my installed version of sab upgraded.
Thanks for any help.