instrument all the things

This commit is contained in:
Aiden McClelland
2021-10-11 19:01:37 -06:00
committed by Aiden McClelland
parent 11bd1e0609
commit 69382f788d
44 changed files with 284 additions and 30 deletions

View File

@@ -33,7 +33,7 @@ ubuntu.img:
unxz ubuntu.img.xz
product_key.txt:
$(which echo) -n "X" > product_key.txt
$(shell which echo) -n "X" > product_key.txt
cat /dev/random | base32 | head -c11 | tr '[:upper:]' '[:lower:]' >> product_key.txt
echo >> product_key.txt