mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 01:35:34 +00:00
Fix yabridge installer
This commit is contained in:
parent
241b950ee6
commit
f59c3a52c6
@ -19,7 +19,6 @@ programVersion=$(yabridgectl --version | filterVersion)
|
|||||||
url=$(curl -s https://api.github.com/repos/robbert-vdh/yabridge/releases | \
|
url=$(curl -s https://api.github.com/repos/robbert-vdh/yabridge/releases | \
|
||||||
grep .tar.gz | grep releases/download | \
|
grep .tar.gz | grep releases/download | \
|
||||||
grep -Po 'https://[^"]*.tar.gz' | grep -v ubuntu | head -n 1)
|
grep -Po 'https://[^"]*.tar.gz' | grep -v ubuntu | head -n 1)
|
||||||
url='https://github.com'$url
|
|
||||||
urlVersion=$(echo $url | filterVersion | head -n 1)
|
urlVersion=$(echo $url | filterVersion | head -n 1)
|
||||||
|
|
||||||
# Check if installed to the most recent version
|
# Check if installed to the most recent version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user