# Detect your machine's architecture and set it as $OSARCHOSARCH=$(uname-m|awk'{if ($0 ~ /arm64|aarch64/) print "arm64"; else if ($0 ~ /x86_64|amd64/) print "amd64"; else print "unsupported_arch"}') &&export OSARCH;# Detect your operating system and set it as $OSNAMEOSNAME=$(uname-s|awk'{if ($1 == "Darwin") print "darwin"; else if ($1 == "Linux") print "linux"; else print "unsupported_os"}') &&export OSNAME;# Download the latest production buildcurl-sSL-olilypadhttps://github.com/bacalhau-project/lilypad/releases/download/v2.0.0-701b8cb/lilypad-$OSNAME-$OSARCH# Make Lilypad executable and install itchmod+xlilypadsudomvlilypad/usr/local/bin/lilypad