PublicFiles/Artian-Apps/.github/workflows/updates/Angry IP scanner.sh

7 lines
217 B
Bash

#!/bin/bash
webVer=$(get_release angryip/ipscan)
arm64_url="https://github.com/angryip/ipscan/releases/download/${webVer}/ipscan_${webVer}_all.deb"
source $GITHUB_WORKSPACE/.github/workflows/update_github_script.sh