dop soft
This commit is contained in:
@@ -33,7 +33,18 @@ installPackages()
|
||||
# CUSTOMIZE
|
||||
# install some more packages that don't need any extra steps
|
||||
#opkg install lua luci ppp-mod-pppoe screen mc unzip logrotate
|
||||
opkg install logrotate curl
|
||||
opkg install logrotate curl sing-box dnscrypt-proxy2
|
||||
|
||||
dnsmasqfull() {
|
||||
if opkg list-installed | grep -q dnsmasq-full; then
|
||||
printf "\033[32;1mdnsmasq-full already installed\033[0m\n"
|
||||
else
|
||||
printf "\033[32;1mInstalled dnsmasq-full\033[0m\n"
|
||||
cd /tmp/ && opkg download dnsmasq-full
|
||||
opkg remove dnsmasq && opkg install dnsmasq-full --cache /tmp/
|
||||
[ -f /etc/config/dhcp-opkg ] && cp /etc/config/dhcp /etc/config/dhcp-old && mv /etc/config/dhcp-opkg /etc/config/dhcp
|
||||
fi
|
||||
}
|
||||
|
||||
# this is needed for the vlans on tp-link 3020 with only a single hw ethernet port
|
||||
#opkg install kmod-macvlan ip
|
||||
|
||||
Reference in New Issue
Block a user