summaryrefslogtreecommitdiff
path: root/kiss/kernel/download_kernel
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.net>2022-05-08 14:57:33 -0500
committertslil clingman <tslil@posteo.net>2022-05-08 14:57:33 -0500
commit11842a3087070a8e33f84c4c0680ecf82480f3e3 (patch)
tree96ea433fa5d3e7ec1b5959e87d11b08e5f6f9350 /kiss/kernel/download_kernel
parent7095ac6f3903084e789e78da0458ca138163a621 (diff)
Track some more KISS pieces
Diffstat (limited to 'kiss/kernel/download_kernel')
-rwxr-xr-xkiss/kernel/download_kernel9
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