summaryrefslogtreecommitdiffstats
path: root/bin/chroot-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-02-06 14:02:03 +0100
committerHolger Levsen <holger@layer-acht.org>2015-02-06 14:02:03 +0100
commit5607e4d42e308f5d5c9f6093729fe446a98d2fa3 (patch)
tree7b87f71198b54aa32ab45c40432dbebf07976cfb /bin/chroot-installation.sh
parent930bccee88255b774f74be10e222b76a78eb3fa8 (diff)
downloadjenkins.debian.net-5607e4d42e308f5d5c9f6093729fe446a98d2fa3.tar.xz
chroot-installation: only simulate autoremove, thanks jcristau
Diffstat (limited to 'bin/chroot-installation.sh')
-rwxr-xr-xbin/chroot-installation.sh2
1 files changed, 1 insertions, 1 deletions
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
}