Change MCPI uninstall to properly remove packages

pull/421/head
RPI News 5 years ago committed by GitHub
parent 823e6e277c
commit d86e98e372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,5 +7,5 @@ function error {
exit 1
}
sudo apt-get remove -y minecraft-pi-reborn-native mcpil
sudo apt-get autoremove -y
sudo apt-get remove -y minecraft-pi-native &>/dev/null || true
sudo apt-get remove -y mcpil &>/dev/null || true

Loading…
Cancel
Save