Skip to content

Commit 49b1160

Browse files
committed
Branch release 25.01
1 parent 6c5febf commit 49b1160

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 2312
111111
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
112112
```
113113
- Run `$ ethtool -i wlan0` and ensure that it show right driver: `rtl88xxau_wfb` or `rtl8812eu`
114-
- Download and run [install_gs.sh](https://raw.githubusercontent.com/svpcom/wfb-ng/refs/heads/master/scripts/install_gs.sh):
114+
- Download and run [install_gs.sh](https://raw.githubusercontent.com/svpcom/wfb-ng/refs/heads/release-25.01/scripts/install_gs.sh):
115115
```
116-
curl -o install_gs.sh https://raw.githubusercontent.com/svpcom/wfb-ng/refs/heads/master/scripts/install_gs.sh
116+
curl -o install_gs.sh https://raw.githubusercontent.com/svpcom/wfb-ng/refs/heads/release-25.01/scripts/install_gs.sh
117117
sudo bash ./install_gs.sh
118118
```
119119
- Done! To monitor the link use the following command on the ground station:

scripts/install_gs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44
nics="$*"
55
auto_nics=0
6-
release=master
6+
release="release-25.01"
77

88
if [ $(id -u) != "0" ]
99
then

0 commit comments

Comments
 (0)