From 5607e4d42e308f5d5c9f6093729fe446a98d2fa3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 6 Feb 2015 14:02:03 +0100 Subject: chroot-installation: only simulate autoremove, thanks jcristau --- bin/chroot-installation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/chroot-installation.sh') diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh index f11499de..c2a2bc61 100755 --- a/bin/chroot-installation.sh +++ b/bin/chroot-installation.sh @@ -151,7 +151,7 @@ apt-get -yf dist-upgrade apt-get clean apt-get -yf dist-upgrade apt-get clean -apt-get -y autoremove +apt-get --dry-run autoremove set +x EOF } -- cgit v1.2.3-54-g00ecf