initial agnos-builder release

This commit is contained in:
Adeeb Shihadeh
2021-09-20 14:04:35 -07:00
commit 4e38c8f181
189 changed files with 23317 additions and 0 deletions

4
load_kernel_headers.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
scp output/linux-headers*.deb tici:/tmp/
ssh tici "sudo apt install -yq /tmp/linux-headers*.deb"