From 24776e48c3a074294be9dbc00c9fed0e757cfd3f Mon Sep 17 00:00:00 2001 From: Aditya Date: Sun, 8 Jan 2023 15:30:54 +0530 Subject: [PATCH] Remove verbose mode --- scripts/chapter5/5.4-linux-headers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/chapter5/5.4-linux-headers.sh b/scripts/chapter5/5.4-linux-headers.sh index 8c8a84c..6e9a901 100644 --- a/scripts/chapter5/5.4-linux-headers.sh +++ b/scripts/chapter5/5.4-linux-headers.sh @@ -1,7 +1,7 @@ #!/bin/bash cd $LFS/sources -tar xvf linux-5.19.2.tar.xz +tar xf linux-5.19.2.tar.xz cd linux-5.19.2 make mrproper