add v0.0.13

This commit is contained in:
2023-11-05 16:26:42 -08:00
parent 2e88e6c93f
commit 6906325e71
4 changed files with 220 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.12/farmer" > /usr/local/bin/grlx-farmer
curl -f -L -s "https://artifacts.grlx.dev/linux/${machine_arch}/v0.0.13/farmer" > /usr/local/bin/grlx-farmer
chmod +x /usr/local/bin/grlx-farmer
fi