Change default mirror to geo.mirror.pkgbuild.com
This commit is contained in:
parent
1c29f45a0b
commit
bcf8abf874
1 changed files with 1 additions and 1 deletions
2
akshara
2
akshara
|
@ -233,7 +233,7 @@ def update_system():
|
||||||
if type(blend_release.get('arch-repo')) == str:
|
if type(blend_release.get('arch-repo')) == str:
|
||||||
pacman_mirrorlist_conf.write(f'Server = {blend_release.get("arch-repo")}/$repo/os/$arch\n')
|
pacman_mirrorlist_conf.write(f'Server = {blend_release.get("arch-repo")}/$repo/os/$arch\n')
|
||||||
else:
|
else:
|
||||||
pacman_mirrorlist_conf.write('Server = https://cloudflaremirrors.com/archlinux/$repo/os/$arch\n')
|
pacman_mirrorlist_conf.write('Server = https://https://geo.mirror.pkgbuild.com/$repo/os/$arch\n')
|
||||||
|
|
||||||
exec_chroot('mkdir', '-p', '/var/cache/pacman/pkg')
|
exec_chroot('mkdir', '-p', '/var/cache/pacman/pkg')
|
||||||
exec_chroot('rm', '-rf', '/var/cache/pacman/pkg')
|
exec_chroot('rm', '-rf', '/var/cache/pacman/pkg')
|
||||||
|
|
Loading…
Reference in a new issue