atualizar os scripts BldHelper

This commit is contained in:
manuel 2023-11-10 20:23:33 -01:00
parent b7a3d9eb4b
commit d840a080be
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ WorkingDir="/home/$SUDO_USER/My-distro-configs-ubuntu/my-distro-ubuntu-20.04-lts
# Execute the ISO building script
cd ${WorkingDir}
./build.sh &> /tmp/build_log.txt
./build.sh 2>&1 | tee /tmp/build_log.txt
# Move and rename the ISO file
cd build

View File

@ -19,7 +19,7 @@ WorkingDir="/home/$SUDO_USER/My-distro-configs-ubuntu/my-distro-ubuntu-22.04-lts
# Execute the ISO building script
cd ${WorkingDir}
./build.sh &> /tmp/build_log.txt
./build.sh 2>&1 | tee /tmp/build_log.txt
# Move and rename the ISO file
cd build

View File

@ -19,7 +19,7 @@ WorkingDir="/home/$SUDO_USER/My-distro-configs-ubuntu/my-distro-ubuntu-23.04"
# Execute the ISO building script
cd ${WorkingDir}
./build.sh &> /tmp/build_log.txt
./build.sh 2>&1 | tee /tmp/build_log.txt
# Move and rename the ISO file
cd build