Merge pull request #311 from mobilegmYT/patch-2

Change to separate lines
pull/321/head
Botspot 5 years ago committed by GitHub
commit 3e70547935
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 fi
# Remove Old Minecraft Pi # 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 # Debian Buster Support
if [[ "$(lsb_release -cs)" = "buster" ]]; then if [[ "$(lsb_release -cs)" = "buster" ]]; then

Loading…
Cancel
Save