Unverified Commit 7e970a8e authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Convert line endings (#171)

parent 132157ed
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -797,6 +797,7 @@ prepareXP() {
  [[ "${arch,,}" == "amd64" ]] && key="B66VY-4D94T-TPPD4-43F72-8X4FY"

  local sif="$target/WINNT.SIF"

  {      echo "[Data]"
          echo "AutoPartition=1"
          echo "MsDosInitiated=\"0\""
@@ -850,7 +851,7 @@ prepareXP() {
          echo ""
          echo "[TerminalServices]"
          echo "AllowConnections=1"
  } > "$sif"
  } | unix2dos > "$sif"

  return 0
}