Update define.sh

This commit is contained in:
Kroese 2025-03-18 15:29:23 +01:00 committed by GitHub
parent bf997290e7
commit 55f593fac4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1496,7 +1496,8 @@ prepareInstall() {
{ echo "[COMMANDS]"
echo "\"REGEDIT /s install.reg\""
echo "\"Wscript admin.vbs\""
echo ""
echo "echo 20.20.20.1 host.lan >> C:\Windows\system32\drivers\etc\hosts"
echo "echo 20.20.20.1 test.lan >> C:\Windows\system32\drivers\etc\hosts"
} | unix2dos > "$dir/\$OEM\$/cmdlines.txt"
return 0