From: Martin Zobel-Helas Date: Sat, 25 May 2013 09:01:48 +0000 (+0200) Subject: add an extra line, so we get code formatation X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=59ba7d4ba8e7ff30e25c43d1857757351cd42e9f add an extra line, so we get code formatation Signed-off-by: Martin Zobel-Helas --- diff --git a/input/howto/upgrade-to-wheezy.mdwn b/input/howto/upgrade-to-wheezy.mdwn index 83dcb34..6b12f75 100644 --- a/input/howto/upgrade-to-wheezy.mdwn +++ b/input/howto/upgrade-to-wheezy.mdwn @@ -47,6 +47,7 @@ commands: if /etc/apache2/apache2.conf was not changed, remove the include for httpd.conf. purge removed packages + dpkg --get-selections | awk '$2=="deinstall" {print $1}' && echo "really purge these [y/N]?" && read ans && [ "$ans" = "y" ] && dpkg --purge `dpkg --get-selections | awk '$2=="deinstall" {print $1}'` && echo "These are not at install:" && dpkg --get-selections | awk '$2!="install" {print $1}'