Skip to content

Commit

Permalink
Update openWRT23_install.sh
Browse files Browse the repository at this point in the history
backup_update_install
  • Loading branch information
CyberAndi authored Apr 22, 2024
1 parent 57198f2 commit 764c511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openWRT23_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ if [ "$unbound_inst" = "" ]
then
echo $main_release
opkg update >> install.log
opkg install nano wget curl kmod-nls-qp437 kmod-nls-iso8859-1 unbound-daemon unbound-anchor unbound-control unbound-host unbound-checkconf luci-app-unbound ca-certificates acme acme-dnsapi luci-app-acme stubby tor tor-geoip bind-dig openssh-sftp-server tc luci-app-qos luci-app-nft-qos nft-qos getdns drill dnsmasq-full
opkg install nano wget curl kmod-nls-opkg update >> install.logcp437 kmod-nls-iso8859-1 unbound-daemon unbound-anchor unbound-control unbound-host unbound-checkconf luci-app-unbound ca-certificates acme acme-dnsapi luci-app-acme stubby tor tor-geoip bind-dig openssh-sftp-server tc luci-app-qos luci-app-nft-qos nft-qos getdns drill dnsmasq-full
elif [ "$main_release" = "22" ]
then
echo $main_release
Expand Down Expand Up @@ -527,6 +527,7 @@ echo 'Software Packeges installed'
view_config
}


install_adguard() {
#opkg update && opkg install wget
mkdir -p /opt/ && cd /opt
Expand Down

0 comments on commit 764c511

Please sign in to comment.