Rafa Barberá replied to the topic 'AstroPi3 Scripts revised' in the forum. 3 years ago

With the new Raspbian 64bits, the version of curl installed doesn't shows a textual description of the response. you can replace line 37:

if [[ "${testCommand}" == *"OK"* || "${testCommand}" == *"Moved"* ]]

with
if [[ "${testCommand}" == *"200"* || "${testCommand}" == *"301"* ]]

With this changes I was able to build an AstroPi3 64bits system. Unfortunately at this moment, KStars fails at build time.

Read More...