mirror of
https://git.adityakumar.xyz/lfs-scripts.git
synced 2024-11-22 03:52:52 +00:00
Remove verbose mode
This commit is contained in:
parent
e5353e8a8e
commit
24776e48c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue