void-bash-installer/modules/20-installation/post
2021-03-12 19:17:34 +01:00

12 lines
257 B
Plaintext

module start "installation" "Reconfigure Installation" "dontcheck"
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
module end