void-bash-installer/modules/20-installation/post

12 lines
256 B
Plaintext
Raw Normal View History

2021-03-11 14:04:04 +01:00
module start "installation" "Reconfigure Installation" "dontcheck"
ver="$(xbps-query -S linux|grep pkgver|awk '{print $2}')"
ver="${ver//-}"
ver="${ver%_*}"
2021-03-16 20:45:57 +01:00
xbps-reconfigure -f "${ver}"
xbps-reconfigure -f glibc-locales
#xbps-reconfigure -af
2021-03-11 14:04:04 +01:00
2021-03-12 16:59:04 +01:00
module end