update deb_arm64 BldHelper script

This commit is contained in:
Manuel 2023-04-03 19:35:55 +00:00
parent a52e021f19
commit 957a5efc29
1 changed files with 0 additions and 3 deletions

View File

@ -25,9 +25,6 @@ _cache="./cache"
_break=0 ; _wait=30 # Time (in seconds) to wait _break=0 ; _wait=30 # Time (in seconds) to wait
cd ${WorkingDir} cd ${WorkingDir}
# Run the build script.
./pepbld.sh 2>&1 | tee -a ${OutFile}
# Timing matters, don't destroy the old one without a replacement. # Timing matters, don't destroy the old one without a replacement.
# Check for the ISO to appear and wait for things to settle. # Check for the ISO to appear and wait for things to settle.
until [ -e fusato/*.iso ] until [ -e fusato/*.iso ]