4 lines
No EOL
82 B
Bash
Executable file
4 lines
No EOL
82 B
Bash
Executable file
#!/bin/sh
|
|
p=$(dirname "$0")
|
|
apk update && apk add bash
|
|
"$p"/install_deps_alpine.sh |