commit 422eb4cadc085b667c8c2463bac1af4118451803
parent fad781094ac28d30369b00ceb3bccda2fe6abd1d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 6 Feb 2025 16:17:41 +0100
Add missing pre-requisites to the configure script
Diffstat:
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/configure.sh b/configure.sh
@@ -1,4 +1,6 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
# Copyright (C) 2017-2025 |Méso|Star> (contact@meso-star.com)
#
@@ -20,9 +22,13 @@
commands="\
envsubst
gpg
+ gzip
+ make
man2html
+ mandoc
rsync
shellcheck
+ tar
tidy"
printf "%s\n" "${commands}" | while read -r i; do