From 043ce07c3ff1e5c581466f665fc835a8a6981c73 Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Wed, 3 Feb 2021 09:01:36 -0600 Subject: [PATCH] slight improvement on option 3 --- apps/Wine (x86)/install-32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Wine (x86)/install-32 b/apps/Wine (x86)/install-32 index 6dbe750..649742f 100755 --- a/apps/Wine (x86)/install-32 +++ b/apps/Wine (x86)/install-32 @@ -50,7 +50,7 @@ elif echo "$vmsplit_output" | grep -q "^CONFIG_VMSPLIT_2G=y" || echo "$vmsplit_o echo -e "You are using a kernel with a 2G/2G memory split.\nWine will not work on such systems. What would you like to do? 1. Switch to the 64-bit kernel (about 2 minutes) 2. Compile a 3G/1G kernel (several hours) -3. Install a precompiled 3g/1g kernel (might be outdated) +3. Install a precompiled 3G/1G kernel (about 2 minutes but might be outdated) 4. Exit" read -n1 answer echo ''