Lorenz Brun | f95909d | 2019-09-11 19:48:26 +0200 | [diff] [blame^] | 1 | #!/usr/bin/env bash |
2 | set -euo pipefail | ||||
3 | |||||
4 | mkdir -p third_party/linux | ||||
5 | curl -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 | ||||
6 | ln -fs ../../kernel/linux-smalltown.config third_party/linux/.config |