update v0.0.12

This commit is contained in:
2023-11-03 16:54:03 -07:00
parent dc809bc4c1
commit e38a8fa343
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.10/farmer" > /usr/local/bin/grlx-farmer
curl -f -L -s "https://artifacts.grlx.dev/linux/${machine_arch}/v0.0.12/farmer" > /usr/local/bin/grlx-farmer
chmod +x /usr/local/bin/grlx-farmer
fi

View File

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