Remove verbose mode

This commit is contained in:
Aditya 2023-01-08 15:30:54 +05:30
parent e5353e8a8e
commit 24776e48c3

View file

@ -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