My-distro-configs/build-all.sh

23 lines
679 B
Bash
Raw Permalink Normal View History

2023-10-29 08:58:26 -01:00
#!/bin/bash
################################################################################
# Title: build-all.sh
# Description: Script to build My-distro ISO images
# Author: manuel rosa <manuelsilvarosa@gmail.com>
# Date: Outubro 29, 2023
# License: GPL-3.0-or-later
################################################################################
2023-10-29 09:37:01 -01:00
# update files
git pull --ff
# this script will build the 7 isos sequencialy
2023-10-29 08:58:26 -01:00
./my-distro-debian-32/BldHelper.sh
./my-distro-debian-32-pae/BldHelper.sh
./my-distro-debian-64/BldHelper.sh
./my-distro-devuan-32/BldHelper.sh
./my-distro-devuan-32-pae/BldHelper.sh
./my-distro-devuan-64/BldHelper.sh