diff --git a/apps/Minecraft Pi (Modded)/install b/apps/Minecraft Pi (Modded)/install index 458a7d9..6bf8500 100755 --- a/apps/Minecraft Pi (Modded)/install +++ b/apps/Minecraft Pi (Modded)/install @@ -30,8 +30,7 @@ function install_deb { ## if [[ "$(lsb_release -cs)" != "buster" && "$(lsb_release -cs)" != "bullseye" && "$(lsb_release -cs)" != "sid" ]]; then - 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 + error "Unsupported Debian Version! Your Debian version is $(lsb_release -cs), but supported versions are Buster, Bullseye, or Sid." fi # Remove Old Minecraft Pi