mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 04:21:46 +08: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
|