fix typo
This commit is contained in:
parent
cd2127b592
commit
b231b0715f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user