release v0.0.8

This commit is contained in:
2023-10-31 23:20:52 -07:00
parent 9b9e47854f
commit 9d88d0d402
4 changed files with 222 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ esac
# install farmer
if [ -z "$UNINSTALL" ]; then
if [ ! -f /usr/local/bin/grlx-farmer ]; then
curl -f -L -s "https://artifacts.grlx.dev/linux/${machine_arch}/v0.0.7/farmer" > /usr/local/bin/grlx-farmer
curl -f -L -s "https://artifacts.grlx.dev/linux/${machine_arch}/v0.0.8/farmer" > /usr/local/bin/grlx-farmer
chmod +x /usr/local/bin/grlx-farmer
fi