diff options
author | Dubiousjim <dubiousjim@gmail.com> | 2013-07-01 17:14:14 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-07-03 07:42:53 +0000 |
commit | 4954634c054758d170777500a3ac1a2d7e0d6191 (patch) | |
tree | 23ed43f4abda9c11ce263476383be490638ecbab /setup-interfaces.in | |
parent | c8f5f53d2e9f578bc6abaf4d86f8b37eda9950d7 (diff) | |
download | alpine-conf-4954634c054758d170777500a3ac1a2d7e0d6191.zip |
various: use long-form apk options
Diffstat (limited to 'setup-interfaces.in')
-rwxr-xr-x | setup-interfaces.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-interfaces.in b/setup-interfaces.in index 54d861a..93ba427 100755 --- a/setup-interfaces.in +++ b/setup-interfaces.in @@ -468,7 +468,7 @@ prompt_for_interfaces() { fi if [ -n "$PKGS" ]; then - apk add -q $PKGS + apk add --quiet $PKGS fi mkdir -p $ROOT/etc/network |