From be1d706c41a09a582b56e70b6dff0fc246a2972a Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:28:56 -0400 Subject: [PATCH] slight wording changes --- apps/Box86/install-64 | 6 +++--- apps/Wine (x64)/install-64 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/Box86/install-64 b/apps/Box86/install-64 index df651ebf33..6302e4f9f3 100755 --- a/apps/Box86/install-64 +++ b/apps/Box86/install-64 @@ -10,15 +10,15 @@ This kernel causes incompatibilities with some software including Box86 https:// Would you like to automatically switch to a 4K PageSize Linux Kernel?" userinput_func "$text" "No, keep 16K PageSize Kernel and Exit" "Yes, switch to 4K PageSize Kernel" if [ "$output" == "No, keep 16K PageSize Kernel and Exit" ]; then - error "User error: Your current running kernel is build with 16K PageSize and is incompatible with Box86. You chose not to do so automatically and you must switch to a 4K PageSize kernel before installing Box86." + error "User error: Your current running kernel is built with 16K PageSize and is incompatible with Box86. You must switch to a 4K PageSize kernel (and chose to not do so automatically) before installing Box86." fi echo "[pi5]" | sudo tee --append /boot/config.txt >/dev/null echo "kernel=kernel8.img" | sudo tee --append /boot/config.txt >/dev/null "${DIRECTORY}/manage" uninstall "Box64" - echo -e "The 4K PageSize Kernel has been enabled by adding 'kernel=kernel8.img' to /boot/config.txt\nPlease reboot and install the Box86 (and Box64 if you had it previously installed) app again." + echo -e "The 4K PageSize Kernel has been enabled by adding 'kernel=kernel8.img' to /boot/config.txt\nPlease reboot now and install the Box86 (and Box64 if you had it previously installed) app again." sleep infinity else - error "User error (reporting allowed): Your current running kernel is build with 16K PageSize and is incompatible with Box86. Changing kernels automatically cannot be done since no /boot/config.txt file was found." + error "User error (reporting allowed): Your current running kernel is built with 16K PageSize and is incompatible with Box86. Changing kernels automatically cannot be done since no /boot/config.txt file was found." fi fi diff --git a/apps/Wine (x64)/install-64 b/apps/Wine (x64)/install-64 index c398d51b67..bb408f1891 100755 --- a/apps/Wine (x64)/install-64 +++ b/apps/Wine (x64)/install-64 @@ -14,15 +14,15 @@ This kernel causes incompatibilities with some software including Wine https://g Would you like to automatically switch to a 4K PageSize Linux Kernel?" userinput_func "$text" "No, keep 16K PageSize Kernel and Exit" "Yes, switch to 4K PageSize Kernel" if [ "$output" == "No, keep 16K PageSize Kernel and Exit" ]; then - error "User error: Your current running kernel is build with 16K PageSize and is incompatible with Wine (x64) with Box64. You chose not to do so automatically and you must switch to a 4K PageSize kernel before installing Wine (x64)." + error "User error: Your current running kernel is built with 16K PageSize and is incompatible with Wine (x64) with Box64. You must switch to a 4K PageSize kernel (and chose to not do so automatically) before installing Wine (x64)." fi echo "[pi5]" | sudo tee --append /boot/config.txt >/dev/null echo "kernel=kernel8.img" | sudo tee --append /boot/config.txt >/dev/null "${DIRECTORY}/manage" uninstall "Box64" - echo -e "The 4K PageSize Kernel has been enabled by adding 'kernel=kernel8.img' to /boot/config.txt\nPlease reboot and install the Wine (x64) app again." + echo -e "The 4K PageSize Kernel has been enabled by adding 'kernel=kernel8.img' to /boot/config.txt\nPlease reboot now and install the Wine (x64) app again." sleep infinity else - error "User error (reporting allowed): Your current running kernel is build with 16K PageSize and is incompatible with Wine (x64) with Box64. Changing kernels automatically cannot be done since no /boot/config.txt file was found." + error "User error (reporting allowed): Your current running kernel is built with 16K PageSize and is incompatible with Wine (x64) with Box64. Changing kernels automatically cannot be done since no /boot/config.txt file was found." fi fi