Upgrade Issue with Eveline
Submitted by ikey on Sun, 05/05/2013 - 11:44
It appears that some users are having issues with their Eveline installations attempting to upgrade to Debian Wheezy
To avoid this, please run the following command in your terminal to lock your installation against Debian Squeeze
find /etc/apt -name "*.list" | xargs -i{} sudo sed -e 's/stable/squeeze/g' -i {}
sudo apt-get update && sudo apt-get upgrade