Merge pull request #421 from mobilegmYT/patch-1

Change MCPI uninstall to properly remove packages
pull/429/head
Botspot 3 years ago committed by GitHub
commit df9b0710d8
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