This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:5667A58A0268409CA0C09D0A5E065A2131DC31A3]
#!/usr/bin/env sh | |
# Build cdc-acm USB and V4L2 kernel modules for Anbernic RG35XX-H / Plus | |
# Inspired by https://gist.github.com/mnml/12f75bbf16eac4def15ba72cf1b11926 | |
echo "[##] Downloading kernel" | |
wget https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.9.170.tar.gz | |
echo "[##] Unzipping kernel" | |
tar xzf linux-4.9.170.tar.gz | |
cd linux-4.9.170 |
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:5667A58A0268409CA0C09D0A5E065A2131DC31A3]