From: Julien Cristau Date: Mon, 4 May 2015 21:28:54 +0000 (+0200) Subject: I can't believe I didn't notice those until now X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=9d598c511071a70fd5183e51b078c4285a94c51b I can't believe I didn't notice those until now This is wheezy to jessie not squeeze to wheezy. --- diff --git a/input/howto/upgrade-to-jessie.mdwn b/input/howto/upgrade-to-jessie.mdwn index 717f3ea..3e03cee 100644 --- a/input/howto/upgrade-to-jessie.mdwn +++ b/input/howto/upgrade-to-jessie.mdwn @@ -1,4 +1,4 @@ -# Upgrade from squeeze to wheezy +# Upgrade from wheezy to jessie Make sure to coordinate with whoever uses the host, be it the buildd operator, the QA team, the ftp team or just announce it if it's a @@ -18,7 +18,7 @@ commands: sed -i "s#wheezy#jessie#g" /etc/apt/sources.list.d/debian.list /etc/apt/sources.list.d/security.list && dpkg --clear-avail && if [ -e /etc/apt/sources.list.d/buildd.debian.org.list ]; then - sed -i "s#squeeze#wheezy#g" /etc/apt/sources.list.d/buildd.debian.org.list + sed -i "s#wheezy#jessie#g" /etc/apt/sources.list.d/buildd.debian.org.list fi && apt-get update && apt-get install dpkg apt samhain pinentry-curses &&