From b1ee6dbc68c02e9fd508947ec05d47a80dbc9c1c Mon Sep 17 00:00:00 2001 From: Alvarito050506 Date: Fri, 25 Jun 2021 22:24:55 +0000 Subject: [PATCH] Make it "not wonke". --- apps/Minecraft Pi (Modded)/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/Minecraft Pi (Modded)/install b/apps/Minecraft Pi (Modded)/install index 5af180f..1d0e35e 100755 --- a/apps/Minecraft Pi (Modded)/install +++ b/apps/Minecraft Pi (Modded)/install @@ -33,7 +33,8 @@ sudo apt-get remove -y mcpil-r mcpil &>/dev/null || true wget -qO- https://raw.githubusercontent.com/MCPI-Revival/mcpi-packages/master/install.sh | bash - &>/dev/null || 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' +PS3="Which launcher for MCPI Modded would you like to use? Need help deciding? Ask here: https://discord.com/invite/aDqejQGMMy +" options=("gMCPIL (recommended)" "jMCPIL (better GUI)" "Quit") select opt in "${options[@]}" do