summaryrefslogtreecommitdiff
path: root/setup-xorg-base.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-xorg-base.in')
-rw-r--r--setup-xorg-base.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup-xorg-base.in b/setup-xorg-base.in
index 372a9f9..3c1896c 100644
--- a/setup-xorg-base.in
+++ b/setup-xorg-base.in
@@ -38,7 +38,7 @@ if test -f "$orig"; then
fi
done < "$orig" >> "$tmp"
mv -f "$tmp" "$orig"
- $MOCK apk update
+ apk update
fi
# enable community repo
@@ -49,9 +49,9 @@ if [ -f "$ROOT"/etc/apk/repositories ] && ! grep -q '^[^#].*/community$' "$ROOT"
-e "/^#${escaped_repo}$/d" \
"$ROOT"/etc/apk/repositories \
&& echo ">> Enabling community repository"
- $MOCK apk update
+ apk update
fi
-$MOCK apk add xorg-server xf86-input-libinput eudev mesa-dri-gallium "$@"
+apk add xorg-server xf86-input-libinput eudev mesa-dri-gallium "$@"
setup-devd udev