rpcd-mod-attendedsysupgrade: uci update_packages
add uci option to set "update_packages". this options will lead the luci-app-attendedsysupgrade to tell the update server to check for package updates as well (not only release upgrades) Signed-off-by: Paul Spooren <paul@spooren.de>
This commit is contained in:
parent
a5eb792e1d
commit
593d5dcf8e
1 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,11 @@ touch /etc/config/attendedsysupgrade
|
||||||
|
|
||||||
uci -q batch <<EOF
|
uci -q batch <<EOF
|
||||||
set attendedsysupgrade.updateserver=updateserver
|
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
|
commit attendedsysupgrade
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue