static-toolbox/build/01_init.sh
2021-04-19 11:55:27 +02:00

4 lines
No EOL
82 B
Bash
Executable file

#!/bin/sh
p=$(dirname "$0")
apk update && apk add bash
"$p"/install_deps_alpine.sh