11b4a5501d
Only supports Debian family distribution so far. Change-Id: I9fa0b833c34a614fe498c6c6ae599733a69c1309
8 lines
129 B
Bash
Executable File
8 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
# Install the haveged daemon so ssh config on startup isn't glacial.
|
|
|
|
set -e
|
|
set -o xtrace
|
|
|
|
install-packages haveged
|