fix dual https://
This commit is contained in:
parent
bcf8abf874
commit
c47b5ff316
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://https://geo.mirror.pkgbuild.com/$repo/os/$arch\n')
|
pacman_mirrorlist_conf.write('Server = 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