From 37df6d9135a8a800f20ed1c308e8ccef93c0431a Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 1 Feb 2024 14:03:53 +0100 Subject: [PATCH] Update install.sh --- src/install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/install.sh b/src/install.sh index 4644c32..f698cce 100644 --- a/src/install.sh +++ b/src/install.sh @@ -659,9 +659,6 @@ prepareXP() { echo "" echo "[TerminalServices]" echo "AllowConnections=1" - echo "" - echo "[URL]" - echo "Home_Page=http://www.google.com" } > "$sif" return 0