Use newer package name

pull/683/head
RPI News 4 years ago committed by GitHub
parent fd79c7b1b3
commit d016017348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save