mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 02:21:14 +00:00
9 lines
180 B
Bash
9 lines
180 B
Bash
#!/bin/sh
|
|
|
|
/usr/sbin/nextdns install
|
|
# opkg automatically enables each service, but not image builder,
|
|
# so enable it here to cover both cases
|
|
/etc/init.d/nextdns enable
|
|
|
|
exit 0
|