12 lines
256 B
Plaintext
12 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
|