X-OpenWrt/CustomPackages/x86_64

9 lines
185 B
Plaintext
Raw Normal View History

2021-07-16 16:15:56 +00:00
#!/bin/bash
case "${OP_Maintainer},${OP_BRANCH}" in
coolsnowwolf,master)
AddPackage git other openwrt-passwall xiaorouji main
AddPackage git other luci-app-shutdown Hyy2001X
;;
esac