diff --git a/templates/140_apt-keys.yaml.tt2 b/templates/140_apt-keys.yaml.tt2 index ad95056..53606f2 100644 --- a/templates/140_apt-keys.yaml.tt2 +++ b/templates/140_apt-keys.yaml.tt2 @@ -5,7 +5,7 @@ command: stderr: [] timeout: 10000 - apt-key list --with-colons | grep '^pub' | cut -d':' -f 5 | egrep -o '.{8}$': + apt-key list --with-colons | grep '^pub' | cut -d':' -f 5 | grep -Eo '.{8}$': exit-status: 0 stdout: - "!A42C4F2A"