Merge pull request #916 from Alvarito050506/master

Don't use cache for MCPI
pull/925/head
Botspot 3 years ago committed by GitHub
commit 8d549df4e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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