diff options
author | Paul Spooren <mail@aparcar.org> | 2021-08-06 00:07:37 +0200 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-08-06 00:07:37 +0200 |
commit | cdc0c70875c3a53750680d70e1a68bc69bb594d7 (patch) | |
tree | 6f62df7e14ade5f627cc660c8958102adc944480 /utils | |
parent | 3d4e6b05146d54f461c7928bb55870fe82845ec4 (diff) |
attendedsysupgrade-common: update server URL
The service is now on a new server which supports IPv6.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/attendedsysupgrade-common/files/attendedsysupgrade.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/attendedsysupgrade-common/files/attendedsysupgrade.defaults b/utils/attendedsysupgrade-common/files/attendedsysupgrade.defaults index 3d65afba3..b20401361 100644 --- a/utils/attendedsysupgrade-common/files/attendedsysupgrade.defaults +++ b/utils/attendedsysupgrade-common/files/attendedsysupgrade.defaults @@ -6,7 +6,7 @@ touch /etc/config/attendedsysupgrade uci -q batch <<EOF set attendedsysupgrade.server=server -set attendedsysupgrade.server.url='https://chef.libremesh.org' +set attendedsysupgrade.server.url='https://asu.aparcar.org' set attendedsysupgrade.client=client set attendedsysupgrade.client.upgrade_packages='1' |