Merge pull request #784 from mobilegmYT/patch-17

Remove dev/nulls from MCPI
pull/804/head
Itai Nelken 4 years ago committed by GitHub
commit e5d0cf8bb0
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