no error exit on these commands

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

@ -31,10 +31,10 @@ 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 sudo apt-get remove -y minecraft-pi || :
sudo apt-get remove -y minecraft-pi-native sudo apt-get remove -y minecraft-pi-native || :
sudo apt-get remove -y mcpil sudo apt-get remove -y mcpil || :
sudo apt-get remove -y mcpil-r sudo apt-get remove -y mcpil-r || :
sudo apt-get remove -y minecraft-pi-reborn-native || : sudo apt-get remove -y minecraft-pi-reborn-native || :
# Debian Buster Support # Debian Buster Support

Loading…
Cancel
Save