Skip to content

Commit

Permalink
Fix logging output to say Minecraft Pi
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot authored Dec 1, 2023
1 parent df88f6c commit ec09393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/Minecraft Pi (Modded)/install
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ if [[ "$PAGE_SIZE" == "16384" ]]; then
echo "" | sudo tee --append /boot/config.txt >/dev/null
echo "[pi5]" | sudo tee --append /boot/config.txt >/dev/null
echo "kernel=kernel8.img" | sudo tee --append /boot/config.txt >/dev/null
echo -e "The 4K PageSize Kernel has been enabled by adding 'kernel=kernel8.img' to /boot/config.txt\nPlease reboot and install the QEMU app again."
echo -e "The 4K PageSize Kernel has been enabled by adding 'kernel=kernel8.img' to /boot/config.txt\nPlease reboot and install the Minecraft Pi app again."
sleep infinity
else
error "User error (reporting allowed): Your current running kernel is built with 16K PageSize and is incompatible with QEMU. 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 Minecraft Pi. Changing kernels automatically cannot be done since no /boot/config.txt file was found."
fi
fi

Expand Down

0 comments on commit ec09393

Please sign in to comment.