mirror of
https://github.com/xopenwrt/X-OpenWrt-New.git
synced 2026-09-18 08:20:11 +00:00
9 lines
185 B
Bash
Executable File
9 lines
185 B
Bash
Executable File
#!/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
|