Update web-vault-update.sh

This commit is contained in:
tteckster 2022-08-23 09:05:18 -04:00 committed by GitHub
parent bedb9f650c
commit 0a8ec7f066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
VWRELEASE=$(curl -s https://api.github.com/repos/dani-garcia/bw_web_builds/releases/latest \
| grep "tag_name" \
| awk '{print substr($2, 2, length($2)-3) }') \
| awk '{print substr($2, 2, length($2)-3) }')
RD=`echo "\033[01;31m"`
BL=`echo "\033[36m"`