Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
add v to unpack linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt C committed Dec 5, 2021
1 parent 477fc5f commit 2496321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ getlinux() {
rm -rf linux-${kernel_version}
fi

tar -xf linux-${kernel_version}.tar.xz
tar -xvf linux-${kernel_version}.tar.xz

}

Expand Down

0 comments on commit 2496321

Please sign in to comment.