Update passwall.yml
This commit is contained in:
11
.github/workflows/passwall.yml
vendored
11
.github/workflows/passwall.yml
vendored
@@ -38,22 +38,15 @@ jobs:
|
|||||||
cd friendlywrt-h5
|
cd friendlywrt-h5
|
||||||
repo init -u https://github.com/friendlyarm/friendlywrt_manifests -b master -m h5.xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle
|
repo init -u https://github.com/friendlyarm/friendlywrt_manifests -b master -m h5.xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle
|
||||||
|
|
||||||
- name: Merge UpStearm OpenWrt
|
- name: Mods
|
||||||
run: |
|
run: |
|
||||||
cd friendlywrt-h5
|
cd friendlywrt-h5
|
||||||
rm -f .repo/manifests/h5.xml
|
rm -f .repo/manifests/h5.xml
|
||||||
cp ../h5-19.07.xml .repo/manifests/h5.xml
|
cp ../h5-19.07.xml .repo/manifests/h5.xml
|
||||||
repo sync -c --no-clone-bundle
|
repo sync -c --no-clone-bundle
|
||||||
cp ../passwall.seed configs/config_h5
|
cp ../passwall.seed configs/config_h5
|
||||||
|
|
||||||
- name: Update Target.mk
|
|
||||||
run: |
|
|
||||||
cd friendlywrt-h5/
|
|
||||||
sed -i 's/dnsmasq /dnsmasq-full /' friendlywrt/include/target.mk
|
sed -i 's/dnsmasq /dnsmasq-full /' friendlywrt/include/target.mk
|
||||||
|
echo 'src-git lienol https://github.com/Lienol/openwrt-package' >> friendlywrt/feeds.conf.default
|
||||||
- name: Update Feeds
|
|
||||||
run: |
|
|
||||||
cd friendlywrt-h5/friendlywrt
|
|
||||||
./scripts/feeds clean -a
|
./scripts/feeds clean -a
|
||||||
|
|
||||||
- name: Build FriendlyWrt
|
- name: Build FriendlyWrt
|
||||||
|
|||||||
Reference in New Issue
Block a user