This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am himpich on github. | |
| * I am himpich (https://keybase.io/himpich) on keybase. | |
| * I have a public key ASBuKmdSs2eaMnkqUg15TcBcYGj3UmiwNCuv-S5n3uQNLwo | |
| To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash -e | |
| CURRENT_DIR=$(pwd) | |
| BASE_URI="http://kernel.ubuntu.com/~kernel-ppa/mainline" | |
| FINGERPRINT="60AA 7B6F 3043 4AE6 8E56 9963 E50C 6A09 17C6 22B0" | |
| ARCH=$(dpkg --print-architecture) | |
| declare -A FILES=([sources]="SOURCES" \ | |
| [commit]="COMMIT" \ | |
| [linux-image]="linux-image- generic_ ${ARCH}" \ |