diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-06 14:02:03 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-06 14:02:03 +0100 |
commit | 5607e4d42e308f5d5c9f6093729fe446a98d2fa3 (patch) | |
tree | 7b87f71198b54aa32ab45c40432dbebf07976cfb /bin | |
parent | 930bccee88255b774f74be10e222b76a78eb3fa8 (diff) | |
download | jenkins.debian.net-5607e4d42e308f5d5c9f6093729fe446a98d2fa3.tar.xz |
chroot-installation: only simulate autoremove, thanks jcristau
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroot-installation.sh | 2 |
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 } |