Build-configs/xfce32build.sh

9 lines
235 B
Bash
Executable File

#!/bin/bash
# This is a helper script used to do the actual build.
# By running this script , as "sudo" you can easily build a new AçorOS from our CI|CD pipeline.
[ -x ./Xfce32/build.sh ] && (cd Xfce32 ; sudo ./build.sh ; cd ../)