Skip to content

Commit

Permalink
Fixed repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
seud0nym committed Nov 27, 2021
1 parent 2cf62b7 commit fc23b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 30,7 @@ Run the following commands to configure `opkg` correctly:

```
grep -qE 'arch\s*\barm_cortex-a9\b' /etc/opkg.conf || echo 'arch arm_cortex-a9 10' >> /etc/opkg.conf
grep -q '/openwrt-wireguard-go/' /etc/opkg/customfeeds.conf || echo 'src/gz wg_go https://github.com/seud0nym/openwrt-wireguard-go/repository/arm_cortex-a9/base' >> /etc/opkg/customfeeds.conf
grep -q '/openwrt-wireguard-go/' /etc/opkg/customfeeds.conf || echo 'src/gz wg_go https://raw.githubusercontent.com/seud0nym/openwrt-wireguard-go/master/repository/arm_cortex-a9/base' >> /etc/opkg/customfeeds.conf
```

To install or upgrade, run the following commands:
Expand Down

0 comments on commit fc23b2e

Please sign in to comment.