Add a command to install all dependencies in help
This commit is contained in:
parent
c1ef1fd291
commit
94da687ee9
|
@ -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' "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' "Note : This script require ISO size × 2 (eg for DVD. 3.4GB × 2)."
|
||||||
printf '%b\n' "Otherwise \$TMPDIR will be used."
|
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
|
exit 1
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue