Update install.sh

This commit is contained in:
Kroese 2024-01-25 08:09:51 +01:00 committed by GitHub
parent 8ffea86f1b
commit 792994eb26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -361,7 +361,7 @@ selectXML() {
if [ -f "/run/assets/$detected.xml" ]; then if [ -f "/run/assets/$detected.xml" ]; then
XML="$detected.xml" XML="$detected.xml"
echo "Detected image of type '$detected', which supports automatic installation." echo "Detected image of type '$detected'."
else else
warn "detected image of type '$detected', but no matching XML file exists, $FB." warn "detected image of type '$detected', but no matching XML file exists, $FB."
fi fi
@ -412,7 +412,7 @@ updateImage() {
return 1 return 1
fi fi
if [[ "$2" == "win7x64-ultimate.xml" ]]; then if [[ "$2" == "win7"* ]]; then
ETFS="boot.img" ETFS="boot.img"
BOOT_MODE="windows_legacy" BOOT_MODE="windows_legacy"