atualizar os scripts BldHelper
This commit is contained in:
parent
b7a3d9eb4b
commit
d840a080be
|
@ -19,7 +19,7 @@ WorkingDir="/home/$SUDO_USER/My-distro-configs-ubuntu/my-distro-ubuntu-20.04-lts
|
||||||
|
|
||||||
# Execute the ISO building script
|
# Execute the ISO building script
|
||||||
cd ${WorkingDir}
|
cd ${WorkingDir}
|
||||||
./build.sh &> /tmp/build_log.txt
|
./build.sh 2>&1 | tee /tmp/build_log.txt
|
||||||
|
|
||||||
# Move and rename the ISO file
|
# Move and rename the ISO file
|
||||||
cd build
|
cd build
|
||||||
|
|
|
@ -19,7 +19,7 @@ WorkingDir="/home/$SUDO_USER/My-distro-configs-ubuntu/my-distro-ubuntu-22.04-lts
|
||||||
|
|
||||||
# Execute the ISO building script
|
# Execute the ISO building script
|
||||||
cd ${WorkingDir}
|
cd ${WorkingDir}
|
||||||
./build.sh &> /tmp/build_log.txt
|
./build.sh 2>&1 | tee /tmp/build_log.txt
|
||||||
|
|
||||||
# Move and rename the ISO file
|
# Move and rename the ISO file
|
||||||
cd build
|
cd build
|
||||||
|
|
|
@ -19,7 +19,7 @@ WorkingDir="/home/$SUDO_USER/My-distro-configs-ubuntu/my-distro-ubuntu-23.04"
|
||||||
|
|
||||||
# Execute the ISO building script
|
# Execute the ISO building script
|
||||||
cd ${WorkingDir}
|
cd ${WorkingDir}
|
||||||
./build.sh &> /tmp/build_log.txt
|
./build.sh 2>&1 | tee /tmp/build_log.txt
|
||||||
|
|
||||||
# Move and rename the ISO file
|
# Move and rename the ISO file
|
||||||
cd build
|
cd build
|
||||||
|
|
Loading…
Reference in New Issue