7 lines
337 B
Bash
7 lines
337 B
Bash
#!/bin/bash
|
|
|
|
webVer=$(get_release aristocratos/btop)
|
|
armhf_url="https://github.com/aristocratos/btop/releases/download/v${webVer}/btop-armv7l-linux-musleabihf.tbz"
|
|
arm64_url="https://github.com/aristocratos/btop/releases/download/v${webVer}/btop-aarch64-linux-musl.tbz"
|
|
|
|
source $GITHUB_WORKSPACE/.github/workflows/update_github_script.sh |