summaryrefslogtreecommitdiffstats
path: root/distro-clean.sh
diff options
context:
space:
mode:
authorD. Johnson <fenris02@fedoraproject.org>2011-10-15 23:36:28 -0500
committerD. Johnson <fenris02@fedoraproject.org>2011-10-15 23:36:28 -0500
commitea521c450a2b8d239a7fb15dae150e5e4ee5f61e (patch)
tree07f9b30a1b417e2b3cca4e7ff9dfdd73ae81b714 /distro-clean.sh
parente19f77d68bded70d9ef0f381006121ca0cd970b7 (diff)
downloadcleanup-ea521c450a2b8d239a7fb15dae150e5e4ee5f61e.tar.gz
cleanup-ea521c450a2b8d239a7fb15dae150e5e4ee5f61e.tar.xz
cleanup-ea521c450a2b8d239a7fb15dae150e5e4ee5f61e.zip
Add binary checks
Diffstat (limited to 'distro-clean.sh')
-rwxr-xr-xdistro-clean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/distro-clean.sh b/distro-clean.sh
index d4cc626..5c79f9f 100755
--- a/distro-clean.sh
+++ b/distro-clean.sh
@@ -153,7 +153,7 @@ echo 'run' >> $YSHELL3
#
echo 'Generate package list before package-updates'
-[ -x /usr/bin/show-installed ] || yum install yum-utils
+[ -x /usr/bin/show-installed ] || yum install -y yum-utils
show-installed > ${TMPDIR}/SHOW-INSTALLED1_${DS}.txt
#