add v1.0.3

This commit is contained in:
2024-03-10 21:35:06 -07:00
parent 9404171904
commit a773d80069
4 changed files with 240 additions and 3 deletions

View File

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