6 lines
70 B
Plaintext
6 lines
70 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -eu
|
||
|
|
||
|
echo "inventory-hostname" >> .disk/udeb_include
|