mirror of
https://github.com/aaru-dps/archaaru.git
synced 2025-12-16 11:14:36 +00:00
Added script to build both ISOs
This commit is contained in:
6
buildall.sh
Executable file
6
buildall.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
cd archdic-x86
|
||||
./build.sh -v -N dicarch -L DIC_`date +%Y%m` -P "Natalia Portillo <claunia@claunia.com>" -A "DiscImageChef Rescue CD"
|
||||
cd ../archdic-x86_64
|
||||
./build.sh -v -N dicarch -L DIC_`date +%Y%m` -P "Natalia Portillo <claunia@claunia.com>" -A "DiscImageChef Rescue CD"
|
||||
cd ..
|
||||
Reference in New Issue
Block a user