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