adicionar build-iso script
This commit is contained in:
parent
dc2046f545
commit
3b00c3e2db
|
@ -0,0 +1,17 @@
|
|||
#!/bin/bash
|
||||
|
||||
################################################################################
|
||||
# Title: build-all.sh
|
||||
# Description: Script to build My-distro Devuan ISO images
|
||||
# Author: manuel rosa <manuelsilvarosa@gmail.com>
|
||||
# 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
|
Loading…
Reference in New Issue