From b231b0715fcc7c05a80ff08a3e8cccd73a1a9be0 Mon Sep 17 00:00:00 2001 From: sneak Date: Sat, 29 Mar 2025 00:42:26 -0700 Subject: [PATCH] fix typo --- updatemirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatemirror.sh b/updatemirror.sh index e1e2325..025c0bf 100644 --- a/updatemirror.sh +++ b/updatemirror.sh @@ -33,7 +33,7 @@ function main () { echo "Changing mirror country to US as a first approximation..." > /dev/stderr find /etc/apt/sources.list.d/ -type f -exec \ - sed -i "s|archive\.ubuntu\.com|us.ubuntu.com|g" {} + + sed -i "s|archive\.ubuntu\.com|us.archive.ubuntu.com|g" {} + echo "Detecting actual country..." > /dev/stderr