diff --git a/misc/web-vault-update.sh b/misc/web-vault-update.sh index d16dc542..64acb04b 100644 --- a/misc/web-vault-update.sh +++ b/misc/web-vault-update.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/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) }') \