This commit is contained in:
2023-11-07 17:41:52 -08:00
parent c77df16302
commit 929de1acee
4 changed files with 237 additions and 2 deletions

View File

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