From 83fa7016c765ca8c7b38d4f0fe75db7a2bd45560 Mon Sep 17 00:00:00 2001 From: RPI News <44128563+mobilegmYT@users.noreply.github.com> Date: Mon, 8 Mar 2021 20:06:58 -0700 Subject: [PATCH] Echo debian version --- apps/Minecraft Pi (Modded)/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/Minecraft Pi (Modded)/install b/apps/Minecraft Pi (Modded)/install index 1f11aae..458a7d9 100755 --- a/apps/Minecraft Pi (Modded)/install +++ b/apps/Minecraft Pi (Modded)/install @@ -30,7 +30,8 @@ function install_deb { ## if [[ "$(lsb_release -cs)" != "buster" && "$(lsb_release -cs)" != "bullseye" && "$(lsb_release -cs)" != "sid" ]]; then - error 'Unsupported Debian Version' + debian_version=$(lsb_release -cs) + error 'Unsupported Debian Version! Go ask for support at https://discord.com/invite/aDqejQGMMy and make sure to say your debian version is' $deb fi # Remove Old Minecraft Pi