MRTestRepo/build-all.sh

20 lines
566 B
Bash
Raw Normal View History

2024-01-08 12:57:45 -01:00
#!/bin/bash
################################################################################
# Title: build-all.sh
# Description: Script to build Peppermint Debian ISO images
# Author: manuel rosa <manuelsilvarosa@gmail.com>
# Date: Outubro 29, 2023
# License: GPL-3.0-or-later
################################################################################
# update files
2024-01-08 13:06:47 -01:00
git pull --ff
2024-01-08 12:57:45 -01:00
# this script will build the isos sequencialy
./debian-64/BldHelper.sh
./debian-32/BldHelper.sh
2024-01-08 13:06:47 -01:00
./devuan-64/BldHelper.sh
./devuan-32/BldHelper.sh