Fix yabridge installer

This commit is contained in:
Christian Colglazier 2023-11-24 11:11:20 -05:00
parent 241b950ee6
commit f59c3a52c6

View File

@ -19,7 +19,6 @@ programVersion=$(yabridgectl --version | filterVersion)
url=$(curl -s https://api.github.com/repos/robbert-vdh/yabridge/releases | \
grep .tar.gz | grep releases/download | \
grep -Po 'https://[^"]*.tar.gz' | grep -v ubuntu | head -n 1)
url='https://github.com'$url
urlVersion=$(echo $url | filterVersion | head -n 1)
# Check if installed to the most recent version