fix: Correct error in Boilr setup script

This commit is contained in:
Kyle Gospodnetich 2023-08-16 17:28:25 -07:00
parent a1d53ef4d5
commit e99a8a5531

View File

@ -61,6 +61,7 @@ get-greenlight:
chmod +x ~/Desktop/Greenlight.AppImage
get-boilr:
#!/usr/bin/env bash
curl \
$(curl -s https://api.github.com/repos/PhilipK/BoilR/releases/latest | \
jq -r ".assets[] | select(.name | test(\"linux_BoilR\")) | .browser_download_url") \