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

View File

@@ -44,7 +44,7 @@ EOF
fi
chmod 600 /etc/grlx/sprout
curl -s "https://artifacts.grlx.dev/${machine_arch}/latest/sprout" > /usr/local/bin/grlx-sprout
curl -s "https://artifacts.grlx.dev/linux/${machine_arch}/latest/sprout" > /usr/local/bin/grlx-sprout
chmod +x /usr/local/bin/grlx-sprout
cat << EOF > /etc/systemd/system/grlx-sprout.service