From 6eb3fe0a36d387e4e34a5aadb7a541a1f87cc688 Mon Sep 17 00:00:00 2001 From: Daniel Caires Date: Mon, 4 Sep 2023 08:38:48 -0300 Subject: [PATCH] Update mirror URL Update the ISO download URL in the README file from mirror.starlingx.cengn.ca to mirror.starlingx.windriver.com as StarlingX ISO images are no longer hosted in CENGN Change-Id: I27998624fbafbbbbae961af93c54ef95e52e244c Signed-off-by: Daniel Caires --- virtualbox/pybox/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualbox/pybox/README.md b/virtualbox/pybox/README.md index 3fdb083..142bb90 100644 --- a/virtualbox/pybox/README.md +++ b/virtualbox/pybox/README.md @@ -142,7 +142,7 @@ will be configured and used. 4. Grab the latest ISO (this script was last tested with version 8.0.0): ```shell - wget https://mirror.starlingx.cengn.ca/mirror/starlingx/release/8.0.0/debian/monolithic/outputs/iso/starlingx-intel-x86-64-cd.iso \ + wget https://mirror.starlingx.windriver.com/mirror/starlingx/release/8.0.0/debian/monolithic/outputs/iso/starlingx-intel-x86-64-cd.iso \ -O $HOME/Downloads/stx-8.iso ```