Commit 57f0c580 by Stéphane Graber Committed by GitHub

Merge pull request #1500 from BegBlev/1498

make Alpine template more POSIX shell friendly #1498
parents 67c97521 7276799b
......@@ -263,8 +263,8 @@ install() {
}
install_packages() {
local arch="$1"; shift
local packages="$@"
local arch="$1"
local packages="$2"
$APK --arch="$arch" --root=. --keys-dir="$APK_KEYS_DIR" \
--update-cache --initdb add $packages
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment