From 32d72e9b27ec68a046a9235f6ec2d734ce221595 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Mon, 19 Jun 2017 12:30:33 +0200 Subject: [PATCH] upgrade-to-stretch: add a missing && --- input/howto/upgrade-to-stretch.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/howto/upgrade-to-stretch.mdwn b/input/howto/upgrade-to-stretch.mdwn index 3f94352..c1627e5 100644 --- a/input/howto/upgrade-to-stretch.mdwn +++ b/input/howto/upgrade-to-stretch.mdwn @@ -29,7 +29,7 @@ commands: (puppet agent -t || true) && apt-get update && apt-get dist-upgrade && - apt-get purge libssl1.0.0:amd64 gcc-4.9-base:amd64 gcc-4.8-base:amd64 libapt-pkg4.12:amd64 libreadline6:amd64 libprocps3:amd64 sp libsp1c2 libaugeas-ruby1.8 + apt-get purge libssl1.0.0:amd64 gcc-4.9-base:amd64 gcc-4.8-base:amd64 libapt-pkg4.12:amd64 libreadline6:amd64 libprocps3:amd64 sp libsp1c2 libaugeas-ruby1.8 && apt-get --purge autoremove && while [ "$(deborphan -n | wc -l)" -gt 0 ] ; do apt-get purge $(deborphan -n); done && dpkg --clear-avail && -- 2.20.1