diff options
| author | tslil clingman <tslil@posteo.net> | 2022-05-08 14:57:33 -0500 |
|---|---|---|
| committer | tslil clingman <tslil@posteo.net> | 2022-05-08 14:57:33 -0500 |
| commit | 11842a3087070a8e33f84c4c0680ecf82480f3e3 (patch) | |
| tree | 96ea433fa5d3e7ec1b5959e87d11b08e5f6f9350 /kiss/kernel/download_kernel | |
| parent | 7095ac6f3903084e789e78da0458ca138163a621 (diff) | |
Track some more KISS pieces
Diffstat (limited to 'kiss/kernel/download_kernel')
| -rwxr-xr-x | kiss/kernel/download_kernel | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kiss/kernel/download_kernel b/kiss/kernel/download_kernel new file mode 100755 index 0000000..727f2ab --- /dev/null +++ b/kiss/kernel/download_kernel @@ -0,0 +1,9 @@ +#!/bin/sh + +VERSION=$(cat version) + +cd sources/ +curl -O "https://linux-libre.fsfla.org/pub/linux-libre/releases/$VERSION/linux-libre-$VERSION.tar.xz" +curl -O "https://linux-libre.fsfla.org/pub/linux-libre/releases/$VERSION/linux-libre-$VERSION.tar.xz.sign" + +gpg --verify linux-libre-$VERSION.tar.xz.sign |
