Don't use cache for MCPI.

Don't use the cached version of
the remote MCPI-Packages install
script.
pull/916/head
Alvarito050506 4 years ago
parent 8d31425e30
commit 0e13be6603

@ -32,7 +32,7 @@ done
# Remove old MCPILs
sudo apt-get remove -y mcpil-r mcpil &>/dev/null || true
wget -q -O - https://raw.githubusercontent.com/MCPI-Revival/mcpi-packages/master/install.sh | sudo bash - || error "Failed to install APT repo!"
wget --no-cache -q -O - 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