Skip to content

Commit

Permalink
slight wording changes
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Oct 31, 2023
1 parent d105d10 commit be1d706
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions apps/Box86/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions apps/Wine (x64)/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit be1d706

Please sign in to comment.