Skip to content

Commit

Permalink
v9.4
Browse files Browse the repository at this point in the history
- DietPi-Software | frp: Update fallback URL and use new ARM hard-float build on ARMv6/7
  • Loading branch information
MichaIng committed May 7, 2024
1 parent 6768bee commit 3edba11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -6509,11 +6509,11 @@ _EOF_
3) local arch='arm64';;
10) local arch='amd64';;
11) local arch='riscv64';;
*) local arch='arm';;
*) local arch='arm_hf';;
esac

# Download
local fallback_url="https://github.com/fatedier/frp/releases/download/v0.57.0/frp_0.57.0_linux_$arch.tar.gz"
local fallback_url="https://github.com/fatedier/frp/releases/download/v0.58.0/frp_0.58.0_linux_$arch.tar.gz"
Download_Install "$(curl -sSfL 'https://api.github.com/repos/fatedier/frp/releases/latest' | mawk -F\" "/\"browser_download_url\": .*\/frp_[0-9.]*_linux_$arch\.tar\.gz\"/{print \$4}")"

G_EXEC cd frp_*
Expand Down

0 comments on commit 3edba11

Please sign in to comment.