simplify keyring

This commit is contained in:
Tobias Powalowski 2023-08-31 14:53:47 +02:00
parent 6d06807b68
commit 0760bfe522

View file

@ -92,7 +92,6 @@ _prepare_pacman() {
: > /.archboot
_task_pacman_keyring_install &
_progress_wait "0" "99" "Update Arch Linux keyring..." "0.001"
_task_pacman_keyring_install &
_progress "100" "Arch Linux keyring is ready."
sleep 2
}