Scripts version 2132

This commit is contained in:
castro-fidel
2022-09-27 22:32:09 +03:00
parent 3100a30ba6
commit 787182f9c3
6 changed files with 17 additions and 7 deletions

View File

@ -341,6 +341,8 @@ pw_init_runtime () {
if [[ -n "$(grep "ROSA Fresh" "/etc/os-release")" ]] ; then
export LOCPATH="/run/host/usr/share/locale/"
elif [[ -n "$(grep "altlinux" "/etc/os-release")" ]] ; then
export LIBGL_DRIVERS_PATH="/usr/lib/X11/modules/dri:/usr/lib64/X11/modules/dri"
fi
PW_PV_OVERRIDES="/usr/lib/pressure-vessel/overrides/lib"