7 lines
66 B
Plaintext
7 lines
66 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -eu
|
||
|
set -o pipefail
|
||
|
|
||
|
install-packages util-linux
|