Merge pull request #891 from mobilegmYT/patch-23

Make sure python3 is installed for MCPI Modded
pull/899/head
Botspot 3 years ago committed by GitHub
commit 906285f82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,10 +42,10 @@ select opt in "${options[@]}"
do
case $opt in
"${options[0]}")
"${DIRECTORY}/pkg-install" "minecraft-pi-reborn-client gmcpil" "$(dirname "$0")" || exit 1
"${DIRECTORY}/pkg-install" "minecraft-pi-reborn-client gmcpil python3 python3-pip" "$(dirname "$0")" || exit 1
break;;
"${options[1]}")
"${DIRECTORY}/pkg-install" "minecraft-pi-reborn-client jmcpil" "$(dirname "$0")" || exit 1
"${DIRECTORY}/pkg-install" "minecraft-pi-reborn-client jmcpil python3 python3-pip" "$(dirname "$0")" || exit 1
break;;
"${options[2]}")
break;;

Loading…
Cancel
Save