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