diff --git a/build-iso.sh b/build-iso.sh new file mode 100755 index 00000000..cd96bab7 --- /dev/null +++ b/build-iso.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +################################################################################ +# Title: build-all.sh +# Description: Script to build My-distro Devuan ISO images +# Author: manuel rosa +# Date: Outubro 29, 2023 +# License: GPL-3.0-or-later +################################################################################ + +# update files + +git pull --ff + +# this script will build the 7 isos sequencialy + +./BldHelper.sh