From 2c22ed0b345e09c3260b6ceb7739ff10b1866965 Mon Sep 17 00:00:00 2001 From: RPI News <44128563+mobilegmYT@users.noreply.github.com> Date: Mon, 1 Feb 2021 10:19:15 -0700 Subject: [PATCH] Update install --- apps/Minecraft Pi (Modded)/install | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/Minecraft Pi (Modded)/install b/apps/Minecraft Pi (Modded)/install index 0b61b35..5a6433c 100755 --- a/apps/Minecraft Pi (Modded)/install +++ b/apps/Minecraft Pi (Modded)/install @@ -31,7 +31,11 @@ if [[ "$(lsb_release -cs)" != "buster" && "$(lsb_release -cs)" != "bullseye" && fi # Remove Old Minecraft Pi -sudo apt-get remove -y minecraft-pi minecraft-pi-native mcpil mcpil-r minecraft-pi-reborn-native || : +sudo apt-get remove -y minecraft-pi +sudo apt-get remove -y minecraft-pi-native +sudo apt-get remove -y mcpil +sudo apt-get remove -y mcpil-r +sudo apt-get remove -y minecraft-pi-reborn-native || : # Debian Buster Support if [[ "$(lsb_release -cs)" = "buster" ]]; then