mirror of
https://github.com/Slava-Shchipunov/awg-openwrt.git
synced 2026-03-14 01:13:09 +00:00
refactor: change repo url
This commit is contained in:
2
.github/workflows/build-module.yml
vendored
2
.github/workflows/build-module.yml
vendored
@@ -68,7 +68,7 @@ jobs:
|
|||||||
|
|
||||||
# Setup & install feeds
|
# Setup & install feeds
|
||||||
wget https://downloads.openwrt.org/releases/${{ matrix.build_env.tag }}/targets/${{ matrix.build_env.target}}/${{ matrix.build_env.subtarget}}/feeds.buildinfo -O feeds.conf
|
wget https://downloads.openwrt.org/releases/${{ matrix.build_env.tag }}/targets/${{ matrix.build_env.target}}/${{ matrix.build_env.subtarget}}/feeds.buildinfo -O feeds.conf
|
||||||
echo "src-git awgopenwrt https://github.com/yury-sannikov/awg-openwrt.git" >> ./feeds.conf
|
echo "src-git awgopenwrt https://github.com/Slava-Shchipunov/awg-openwrt.git" >> ./feeds.conf
|
||||||
./scripts/feeds update && ./scripts/feeds install -a
|
./scripts/feeds update && ./scripts/feeds install -a
|
||||||
|
|
||||||
# Setup config with AWG and dependencies
|
# Setup config with AWG and dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user