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
case $opt in
"${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;;
"${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;;
"${options[2]}")
break;;

Loading…
Cancel
Save