blob: c9edacae16f6736c03f28aeae8f872cc79897173 [file] [log] [blame]
Lorenz Brunf95909d2019-09-11 19:48:26 +02001#!/usr/bin/env bash
2set -euo pipefail
3
4mkdir -p third_party/linux
5curl -L https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.19.72.tar.xz | tar -xJf - -C third_party/linux --strip-components 1
6ln -fs ../../kernel/linux-smalltown.config third_party/linux/.config