~esotericnonsense/autoarch

e6302ee9e345fdd64ebca0f299231e48c4194530 — Daniel Edgecumbe 3 years ago 1830674
Add mkarchiso check
1 files changed, 3 insertions(+), 0 deletions(-)

M build/main.sh
M build/main.sh => build/main.sh +3 -0
@@ 10,6 10,9 @@

set -euxo pipefail

command -v mkarchiso || { echo "mkarchiso not found. try pacman -S archiso"; \
    exit 1; }

script_path=$(dirname "$(readlink -f "${0}")")
# shellcheck source=config.sh
source "${script_path}/config.sh"