Update install

pull/311/head
RPI News 3 years ago committed by GitHub
parent 3accefd316
commit 2c22ed0b34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save