Skip to content

Commit d305ce4

Browse files
Update README.md
1 parent 8289c18 commit d305ce4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

devices/gl-inet/GL-MT300N-V2/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ opkg --force-removal-of-dependent-packages install ca-bundle
2424
```sh
2525
mkdir /opt
2626
cd /opt/
27-
git clone https://github.com/ipv64net/ipv64_client.git
28-
cd ipv64_client/
27+
git clone https://github.com/ipv64net/node64_client.git
28+
cd node64_client/
2929
pip3 install -r requirements.txt
3030
```
31-
5. Copy the [Service-File](https://github.com/ipv64net/ipv64_client/blob/main/devices/gl-inet/GL-MT300N-V2/init.d/node64_client) to the folder /etc/init.d/
31+
5. Copy the [Service-File](https://github.com/ipv64net/node64_client/blob/main/devices/gl-inet/GL-MT300N-V2/init.d/node64_client) to the folder /etc/init.d/
3232
```sh
33-
wget -O /etc/init.d/node64_client https://raw.githubusercontent.com/ipv64net/ipv64_client/main/devices/gl-inet/GL-MT300N-V2/init.d/node64_client
33+
wget -O /etc/init.d/node64_client https://raw.githubusercontent.com/ipv64net/node64_client/main/devices/gl-inet/GL-MT300N-V2/init.d/node64_client
3434
```
3535
6. Edit the Node #Secret in the Servicefile
3636
7. Allow to execute the Servicefile

0 commit comments

Comments
 (0)