We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8eff8b commit 1853cdfCopy full SHA for 1853cdf
functions.sh
@@ -677,8 +677,7 @@ switch_ubuntu_local_mirror(){
677
if ! grep -q "${region_code}.archive.u" "${sources_list_file}"; then
678
printf \
679
'Info: Switching to use the local APT software repository mirror...\n'
680
- if ! \
681
- sed \
+ if ! sed \
682
--regexp-extended \
683
--in-place \
684
"s@//([[:alpha:]]+\\.)?archive\\.ubuntu\\.com@//${region_code}.archive.ubuntu.com@g" \
0 commit comments