Remove unix from the message

This commit is contained in:
eraseyourknees 2022-09-20 16:08:55 +02:00
parent 94eafe6153
commit 590a19f6de

View File

@ -321,7 +321,7 @@ which mkisofs &>/dev/null && mkiso_present=1
if [ $mkiso_present -eq 0 ]; then
echo "genisoimage nor mkisofs does seem to be installed"
echo "Check the readme.unix.md for details"
echo "Check the readme.md for details"
exit 1
fi