PublicFiles/Artian-Apps/.github/workflows/updates/Browsh.sh

7 lines
232 B
Bash

#!/bin/bash
webVer=$(get_release browsh-org/browsh)
armhf_url="https://github.com/browsh-org/browsh/releases/download/v${webVer}/browsh_${webVer}_linux_armv7.deb"
source $GITHUB_WORKSPACE/.github/workflows/update_github_script.sh