Update web-vault-update.sh

This commit is contained in:
tteckster 2022-07-17 15:23:47 -04:00 committed by GitHub
parent f902657e28
commit b387e6c63c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
clear
VWRELEASE=$(curl -s https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest \ VWRELEASE=$(curl -s https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest \
| grep "tag_name" \ | grep "tag_name" \
| awk '{print substr($2, 2, length($2)-3) }') \ | awk '{print substr($2, 2, length($2)-3) }') \