replace grep with rg and sed with sd

This commit is contained in:
Tobias Powalowski 2024-06-28 14:54:33 +02:00
parent 0ec84aec6a
commit 1803bff65a

View file

@ -113,7 +113,7 @@ _auto_pacman_keyring()
_progress "47" "Enable pacman's GPG keyring files on installed system..." _progress "47" "Enable pacman's GPG keyring files on installed system..."
cp -ar /etc/pacman.d/gnupg "${_DESTDIR}"/etc/pacman.d &>"${_NO_LOG}" cp -ar /etc/pacman.d/gnupg "${_DESTDIR}"/etc/pacman.d &>"${_NO_LOG}"
read -r -t 2 read -r -t 2
# fi fi
} }
_auto_testing() _auto_testing()