We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7090e9e commit 20b6ef6Copy full SHA for 20b6ef6
cus_scripts/Add_third_party_feeds.sh
@@ -44,7 +44,7 @@ rm -rf feeds/packages/lang/golang
44
git clone https://github.com/kenzok8/golang feeds/packages/lang/golang
45
46
rm -rf feeds/packages/lang/python
47
-git clone https://github.com/coolsnowwolf/packages/branch/openwrt-19.07/lang/python feeds/packages/lang/python
+git clone -b openwrt-19.07 https://github.com/coolsnowwolf/packages/lang/python feeds/packages/lang/python
48
49
50
TIME y "添加 third-party feeds 结束"
0 commit comments