Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 5233fd7

Browse files
committed
Do not clear screen when proceeding to the keyring and system update step
1 parent e3f1444 commit 5233fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archcraftsman.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ def main(pre_launch_info):
11331133
os.system(f'arch-chroot /mnt bash -c "ln -sf {system_info["timezone"]} /etc/localtime"')
11341134
os.system('arch-chroot /mnt bash -c "locale-gen"')
11351135

1136-
print_step(_("Updating archlinux-keyring and system..."))
1136+
print_step(_("Updating archlinux-keyring and system..."), clear=False)
11371137
os.system(
11381138
'arch-chroot /mnt bash -c "pacman --noconfirm -Sy archlinux-keyring && pacman --noconfirm -Su &>/dev/null"')
11391139

0 commit comments

Comments
 (0)