This commit is contained in:
Jeffrey Paul 2025-03-29 00:42:26 -07:00
parent cd2127b592
commit b231b0715f

View File

@ -33,7 +33,7 @@ function main () {
echo "Changing mirror country to US as a first approximation..." > /dev/stderr echo "Changing mirror country to US as a first approximation..." > /dev/stderr
find /etc/apt/sources.list.d/ -type f -exec \ 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 echo "Detecting actual country..." > /dev/stderr