add linux prefix

This commit is contained in:
2023-10-21 00:53:52 -07:00
parent c4e901df08
commit b3d7503d33
6 changed files with 6 additions and 6 deletions

View File

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