8 lines
93 B
Bash
Executable File
8 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
source /build/config
|
|
set -x
|
|
|
|
## Install runit
|
|
apt_install_permanent runit
|