fix: remove line used for debugging
This commit is contained in:
parent
58882feaac
commit
a3ad96fc65
1 changed files with 0 additions and 2 deletions
2
akshara
2
akshara
|
@ -206,8 +206,6 @@ def update_system():
|
|||
|
||||
print(blend_release)
|
||||
|
||||
exit(5)
|
||||
|
||||
with open('/.new_rootfs/etc/pacman.d/mirrorlist', 'w') as pacman_mirrorlist_conf:
|
||||
pacman_mirrorlist_conf.write('Server = https://cloudflaremirrors.com/archlinux/$repo/os/$arch\n')
|
||||
|
||||
|
|
Loading…
Reference in a new issue