void-bash-installer/modules/20-installation/post
2021-03-11 14:04:04 +01:00

11 lines
256 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