configs: Detect mkisofs
This commit is contained in:
parent
a4001759f6
commit
96707e3a29
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ escape_newline () {
|
|||
sed 's/$/\\n/g' | tr -d '\n'
|
||||
}
|
||||
|
||||
which mkisofs > /dev/null 2> /dev/null || { echo "Please install genisoimage (Debian/Ubuntu) or cdrkit (Alpine)" >&2; exit 1; }
|
||||
|
||||
if [ $# -gt 0 ]
|
||||
then
|
||||
which jq > /dev/null 2> /dev/null || { echo "Please install jq" >&2; exit 1; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue