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