Skip to content

Commit e491dd5

Browse files
committed
Update error message for Java 21 installation to reference README for instructions
1 parent 42ffa36 commit e491dd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install-minecraft-splitscreen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pushd $targetDir
2626
# Check if Java 21 is available and executable
2727
# Exit with a clear error if not found
2828
if [ -z "$JAVA_PATH" ] || ! "$JAVA_PATH" -version 2>&1 | grep -q '21'; then
29-
echo "Error: Java 21 is not installed or not found in a standard location. Please install OpenJDK 21 with: sudo pacman -S jdk21-openjdk" >&2
29+
echo "Error: Java 21 is not installed or not found in a standard location. Refer to the README at https://github.com/FlyingEwok/MinecraftSplitscreenSteamdeck for installation instructions." >&2
3030
exit 1
3131
fi
3232

0 commit comments

Comments
 (0)