fix: Sync order with ARM code

This commit is contained in:
Kroese 2024-04-22 16:34:15 +02:00 committed by GitHub
parent a6a65a67d1
commit bede4214a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -344,6 +344,11 @@ startInstall() {
fi
fi
if skipInstall; then
[ ! -f "$STORAGE/$BASE" ] && BASE=""
return 1
fi
if [ -f "$STORAGE/$BASE" ]; then
# Check if the ISO was already processed by our script
@ -364,11 +369,6 @@ startInstall() {
fi
if skipInstall; then
[ ! -f "$STORAGE/$BASE" ] && BASE=""
return 1
fi
rm -rf "$TMP"
mkdir -p "$TMP"