Browse Source

Merge pull request #4715 from aparcar/update_packages

rpcd-mod-attendedsysupgrade: uci update_packages
lilik-openwrt-22.03
Daniel Golle 7 years ago
committed by GitHub
parent
commit
30afb5bba9
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      utils/rpcd-mod-attendedsysupgrade/files/attendedsysupgrade.defaults

+ 5
- 1
utils/rpcd-mod-attendedsysupgrade/files/attendedsysupgrade.defaults View File

@ -6,7 +6,11 @@ touch /etc/config/attendedsysupgrade
uci -q batch <<EOF
set attendedsysupgrade.updateserver=updateserver
set attendedsysupgrade.updateserver.url="https://betaupdate.libremesh.org"
set attendedsysupgrade.updateserver.url='https://betaupdate.libremesh.org'
set attendedsysupgrade.updateclient=updateclient
set attendedsysupgrade.updateclient.update_packages='1'
commit attendedsysupgrade
EOF


Loading…
Cancel
Save