From 94da687ee9c3e910f230a442c7bef27f55640f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Fri, 2 Aug 2019 17:11:01 +0200 Subject: [PATCH] Add a command to install all dependencies in help --- make.iso.preseed.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/make.iso.preseed.sh b/make.iso.preseed.sh index 6464ff2..5bfa9c2 100755 --- a/make.iso.preseed.sh +++ b/make.iso.preseed.sh @@ -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