Skip to content

Commit

Permalink
qzeleza#234 обновление dnsmasq с force
Browse files Browse the repository at this point in the history
  • Loading branch information
AltGrF13 authored and AltGrF13 committed Jan 16, 2025
1 parent 5f22dd8 commit e1c2fb8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions opt/bin/main/setup
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,9 @@ cmd_install(){
# обновляем itpables
opkg update &> /dev/null
opkg list-installed | grep -q 'nano' && opkg remove nano &> /dev/null
opkg list-installed | grep -q 'dnsmasq-full' && opkg remove dnsmasq-full &> /dev/null
opkg install iptables nano-full dnsmasq-full &> /dev/null
opkg list-installed | grep -q 'dnsmasq-full' && opkg remove dnsmasq-full --force-depends &> /dev/null
opkg install dnsmasq-full --force-maintainer &>/dev/null
opkg install iptables nano-full &>/dev/null

# Устанавливаем прокси пакет
cmd_install_proxy_package || return 1
Expand Down

0 comments on commit e1c2fb8

Please sign in to comment.