diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-08-29 22:06:29 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-08-29 22:07:07 +0100 |
commit | d63a420737a5811b4f1c5a4e2da4782f50e60a9d (patch) | |
tree | 8ebda337a3ca20c10fa509d0b313eac609a4750f /download | |
parent | 6763e8d21f048c064ef33fe99656b6e8a3043867 (diff) | |
download | librebootfr-d63a420737a5811b4f1c5a4e2da4782f50e60a9d.tar.gz librebootfr-d63a420737a5811b4f1c5a4e2da4782f50e60a9d.zip |
download script: add note about --noconfirm and -y options
Diffstat (limited to 'download')
-rwxr-xr-x | download | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |