Update install.sh

This commit is contained in:
Kroese 2024-01-22 11:57:01 +01:00 committed by GitHub
parent 0bb7fb86c6
commit 42bdce1727
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -151,7 +151,6 @@ DIR="$TMP/unpack"
rm -rf "$DIR"
7z x "$ISO" -o"$DIR" > /dev/null
echo
FB="falling back to manual installation!"
ETFS="boot/etfsboot.com"
@ -236,7 +235,6 @@ if [[ "$MANUAL" != [Yy1]* ]]; then
else
warn "failed to locate 'install.wim' or 'install.esd' in ISO image, $FB"
fi
echo
fi
fi
@ -283,8 +281,6 @@ if [ -f "$ASSET" ]; then
LOC="$DIR/AUTOUNATTEND.XML"
[ -f "$LOC" ] && mv -f "$ASSET" "$LOC"
echo
fi
CAT="BOOT.CAT"