From 42bdce1727bdf97749bfd260a72c616723c2f0cc Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 22 Jan 2024 11:57:01 +0100 Subject: [PATCH] Update install.sh --- src/install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/install.sh b/src/install.sh index 369dd87..1d57147 100644 --- a/src/install.sh +++ b/src/install.sh @@ -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"