From 1803bff65a224ddf60d97d31aecf24fc9a218abe Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 28 Jun 2024 14:54:33 +0200 Subject: [PATCH] replace grep with rg and sed with sd --- usr/lib/archboot/installer/autoconfiguration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/autoconfiguration.sh b/usr/lib/archboot/installer/autoconfiguration.sh index 9261d7db7..0273e49e0 100644 --- a/usr/lib/archboot/installer/autoconfiguration.sh +++ b/usr/lib/archboot/installer/autoconfiguration.sh @@ -113,7 +113,7 @@ _auto_pacman_keyring() _progress "47" "Enable pacman's GPG keyring files on installed system..." cp -ar /etc/pacman.d/gnupg "${_DESTDIR}"/etc/pacman.d &>"${_NO_LOG}" read -r -t 2 -# fi + fi } _auto_testing()