Skip to content

Commit

Permalink
v9.9
Browse files Browse the repository at this point in the history
DietPi-Software | frp - add a separation for ARMv6 and ARMv7
  • Loading branch information
Joulinar committed Nov 27, 2024
1 parent e0229f6 commit 49af19d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -6525,6 +6525,7 @@ _EOF_
if To_Install 171 # frp
then
case $G_HW_ARCH in
1) local arch='arm';;
3) local arch='arm64';;
10) local arch='amd64';;
11) local arch='riscv64';;
Expand Down

0 comments on commit 49af19d

Please sign in to comment.