X-OpenWrt/CustomPackages/x86_64

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