summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup-interfaces.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup-interfaces.in b/setup-interfaces.in
index 3a17c90..7fe1247 100755
--- a/setup-interfaces.in
+++ b/setup-interfaces.in
@@ -242,8 +242,8 @@ prompt_for_interfaces() {
if yesno "$answer"; then
case "$EDITOR" in
- nano) pkg_inst nano;;
- vim) pkg_inst vim;;
+ nano) apk add nano;;
+ vim) apk add vim;;
esac
${EDITOR:-vi} interfaces
fi