add v0.0.17

This commit is contained in:
2023-11-07 17:55:00 -08:00
parent 929de1acee
commit 206da38830
4 changed files with 239 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.16/farmer" > /usr/local/bin/grlx-farmer
curl -f -L -s "https://artifacts.grlx.dev/linux/${machine_arch}/v0.0.17/farmer" > /usr/local/bin/grlx-farmer
chmod +x /usr/local/bin/grlx-farmer
fi

View File

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