Remove dev/nulls from MCPI

pull/784/head
RPI News 4 years ago committed by GitHub
parent 9fc2198ca3
commit 2a7b8166a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -30,9 +30,9 @@ done
[[ $i -gt 0 ]] && printf "Done.\n"
# Remove old MCPILs
sudo apt-get remove -y mcpil-r mcpil &>/dev/null || true
sudo apt-get remove -y mcpil-r mcpil || true
wget -qO- https://raw.githubusercontent.com/MCPI-Revival/mcpi-packages/master/install.sh | bash - &>/dev/null || error "Failed to install APT repo!"
wget -qO- https://raw.githubusercontent.com/MCPI-Revival/mcpi-packages/master/install.sh | sudo bash - || error "Failed to install APT repo!"
# Choose MCPIL to use
PS3="Which launcher for MCPI Modded would you like to use? Need help deciding? Ask here: https://discord.com/invite/aDqejQGMMy

Loading…
Cancel
Save