From c527698996649446ee7541a3f3e606380636dee8 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 19 Jun 2019 22:46:15 +0100 Subject: [PATCH] Update installation-linux-edgeos.md --- installation-linux-edgeos.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation-linux-edgeos.md b/installation-linux-edgeos.md index 0087e3a..bbd4eb3 100644 --- a/installation-linux-edgeos.md +++ b/installation-linux-edgeos.md @@ -16,7 +16,7 @@ configured. Start by adding the GPG key: ``` -curl -o- https://neilalexander.s3.eu-west-2.amazonaws.com/deb/key.txt | sudo apt-key add - +curl -o- https://neilalexander.s3.dualstack.eu-west-2.amazonaws.com/deb/key.txt | sudo apt-key add - ``` Then add the repository: @@ -24,7 +24,7 @@ Then add the repository: configure set system package repository yggdrasil distribution edgerouter set system package repository yggdrasil components yggdrasil -set system package repository yggdrasil url http://neilalexander.s3.eu-west-2.amazonaws.com/deb/ +set system package repository yggdrasil url http://neilalexander.s3.dualstack.eu-west-2.amazonaws.com/deb/ commit save ```