From 11842a3087070a8e33f84c4c0680ecf82480f3e3 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sun, 8 May 2022 14:57:33 -0500 Subject: Track some more KISS pieces --- kiss/kernel/download_kernel | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 kiss/kernel/download_kernel (limited to 'kiss/kernel/download_kernel') 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 -- cgit v1.2.3