Skip to content

Commit

Permalink
Fixed raspi easyinstall.
Browse files Browse the repository at this point in the history
Fixes #1782
  • Loading branch information
bearbin committed Mar 1, 2015
1 parent 24bb911 commit f53e225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyinstall.sh
Expand Up @@ -7,7 +7,7 @@ case $PLATFORM in
"i686") DOWNLOADURL="http://builds.cuberite.org/job/MCServer%20Linux%20x86/lastSuccessfulBuild/artifact/MCServer.tar" ;;
"x86_64") DOWNLOADURL="http://builds.cuberite.org/job/MCServer%20Linux%20x64/lastSuccessfulBuild/artifact/MCServer.tar" ;;
# Assume that all arm devices are a raspi for now.
"arm*") DOWNLOADURL="http://builds.cuberite.org/job/MCServer%20Linux%20armhf/lastSuccessfulBuild/artifact/MCServer/MCServer.tar"
arm*) DOWNLOADURL="http://builds.cuberite.org/job/MCServer%20Linux%20armhf/lastSuccessfulBuild/artifact/MCServer/MCServer.tar"
esac

echo "Downloading precompiled binaries."
Expand Down

0 comments on commit f53e225

Please sign in to comment.