summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-08-29 17:06:29 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-08-29 17:07:07 (EDT)
commitd63a420737a5811b4f1c5a4e2da4782f50e60a9d (patch)
tree8ebda337a3ca20c10fa509d0b313eac609a4750f
parent6763e8d21f048c064ef33fe99656b6e8a3043867 (diff)
downloadlibreboot-d63a420737a5811b4f1c5a4e2da4782f50e60a9d.zip
libreboot-d63a420737a5811b4f1c5a4e2da4782f50e60a9d.tar.gz
libreboot-d63a420737a5811b4f1c5a4e2da4782f50e60a9d.tar.bz2
download script: add note about --noconfirm and -y options
-rwxr-xr-xdownload1
1 files changed, 1 insertions, 0 deletions
diff --git a/download b/download
index 3fc9098..752edd4 100755
--- a/download
+++ b/download
@@ -66,6 +66,7 @@ esac
for programme in ${programmes}; do
if [ "${noconfirm}" = "0" ]; then
+ printf "Use \"./download --noconfirm\" or \"./download -y\" if you want to be rid of these confirmation dialogues.\n\n"
if [ -d "${programme}/" ]; then
printf "A ${programme}/ directory already exists, delete it? [yN]: "
read answer