Build-configs/lxqt32build.sh

9 lines
235 B
Bash
Raw Normal View History

2023-02-28 16:23:39 -01:00
#!/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 ./Lxqt32/build.sh ] && (cd Lxqt32 ; sudo ./build.sh ; cd ../)