Skip to content

Commit

Permalink
Update fetch_openwrt.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaschan authored Oct 25, 2022
1 parent 19dd803 commit 6108c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch_openwrt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(git clone https://github.com/immortalwrt/immortalwrt openwrt) || (cd openwrt && git stash && git pull)

cd openwrt
echo "src-git udpxy https://github.com/haisongliang/udpxy.git;packages" >> feeds.conf.default
#echo "src-git udpxy https://github.com/haisongliang/udpxy.git;packages" >> feeds.conf.default
echo "src-git xiaorouji https://github.com/xiaorouji/openwrt-passwall.git;packages" >> feeds.conf.default
echo "src-git xiaorouji2 https://github.com/xiaorouji/openwrt-passwall2.git;main" >> feeds.conf.default

Expand Down

0 comments on commit 6108c51

Please sign in to comment.