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