From b90b391bcf2149c1b8305d6f8f97284fae00fafc Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 26 Feb 2023 23:44:18 +0100 Subject: [PATCH] README.md: add --wildcards also for the second tar command Signed-off-by: Jaroslav Kysela --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff5de1f..f601f94 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The latest configuration can be obtained with those commands: ``` curl -L -o alsa-ucm-conf.tar.gz https://github.com/alsa-project/alsa-ucm-conf/archive/refs/heads/master.tar.gz -tar xvzf alsa-ucm-conf.tar.gz -C /usr/share/alsa --strip-components=1 "*/ucm" "*/ucm2" +tar xvzf alsa-ucm-conf.tar.gz -C /usr/share/alsa --strip-components=1 --wildcards "*/ucm" "*/ucm2" ``` ### Validation -- 2.47.1