From 3bab3b956f812e49423360a6f586f5cb4f07b5e8 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 2 May 2024 22:55:24 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index b986458..63cac59 100644 --- a/src/install.sh +++ b/src/install.sh @@ -626,7 +626,7 @@ detectImage() { return 0 fi - info "Detecting Windows version from ISO image..." + info "Detecting version from ISO image..." if [ -f "$dir/WIN51" ] || [ -f "$dir/SETUPXP.HTM" ]; then [ -d "$dir/AMD64" ] && DETECTED="winxpx64" || DETECTED="winxpx86"