From 85dc7176495040fae21989ed3791b5ba1d48e7a5 Mon Sep 17 00:00:00 2001 From: teldra Date: Fri, 12 Mar 2021 16:59:04 +0100 Subject: [PATCH] restructure --- modules/20-installation/post | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/20-installation/post b/modules/20-installation/post index 7125997..09400ea 100644 --- a/modules/20-installation/post +++ b/modules/20-installation/post @@ -4,8 +4,8 @@ ver="$(xbps-query -S linux|grep pkgver|awk '{print $2}')" ver="${ver//-}" ver="${ver%_*}" -#xbps-reconfigure -f "${ver}" -#xbps-reconfigure -f glibc-locales -xbps-reconfigure -af +xbps-reconfigure -f "${ver}" +xbps-reconfigure -f glibc-locales +#xbps-reconfigure -af -module end \ No newline at end of file +module end