My-distro-configs/build-all.sh

16 lines
346 B
Bash
Raw Normal View History

2023-10-29 08:58:26 -01:00
#!/bin/bash
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
./my-distro-ubuntu-64/BldHelper.sh