Skip to content

Commit

Permalink
chore(pkg/driverbuilder): avoid verbose tar command in debian templat…
Browse files Browse the repository at this point in the history
…e script.

Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Mar 7, 2024
1 parent 0753b39 commit 28d5581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/driverbuilder/builder/templates/debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ cd /tmp/kernel-download
{{ range $url := .KernelDownloadURLS }}
curl --silent -o kernel.deb -SL {{ $url }}
ar x kernel.deb
tar -xvf data.tar.xz
tar -xf data.tar.xz
{{ end }}

cd /tmp/kernel-download/
Expand Down

0 comments on commit 28d5581

Please sign in to comment.