This commit is contained in:
2023-11-07 16:40:10 -08:00
parent 8cfed9b6f4
commit 1bb2fd059f
4 changed files with 227 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.13/sprout" > /usr/local/bin/grlx-sprout
curl -s "https://artifacts.grlx.dev/linux/${machine_arch}/v0.0.14/sprout" > /usr/local/bin/grlx-sprout
chmod +x /usr/local/bin/grlx-sprout
cat << EOF > /etc/systemd/system/grlx-sprout.service