Add a command to install all dependencies in help

This commit is contained in:
Jeremy Gardais 2019-08-02 17:11:01 +02:00
parent c1ef1fd291
commit 94da687ee9
Signed by: jegardai
GPG Key ID: E759BAA22501AF32
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ case $# in
printf '%b\n' "If you want to store temporary files and final ISO in a specific directory."
printf '%b\n' "Note: This script require ISO size×2 (eg for DVD. 3.4GB×2)."
printf '%b\n' "Otherwise \$TMPDIR will be used."
printf '%b\n' "-------"
printf '%b\n' "Dependencies:"
printf '%b\n' "The script use 7z, gzip, xorriso and isolinux. You can install them:"
printf '%b\n' "sudo apt install p7zip-full gzip xorriso isolinux"
exit 1
;;
esac