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"