6 lines
93 B
Bash
Executable file
6 lines
93 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
# shellcheck disable=SC1091
|
|
source /installers/config
|
|
${APT_GET} \
|
|
runit
|