1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 09:41:31 +01:00

Trying to fix wine

This commit is contained in:
kprkpr
2016-11-07 16:11:46 +01:00
parent 1168301a7e
commit f141d22711

View File

@@ -598,7 +598,7 @@ if [[ $nooptprogs != "1" ]];then
execl chroot pacman -S $packages --noconfirm --needed
if [[ $inswine = 1 ]];then
echo "$(T "Configuring wine for better experience") (32 bit winearch)"
execl chroot su $nameuser -c "WINEARCH=win32 wineboot -u"
execl chroot su $nameuser -c 'WINEARCH=win32 wineboot -u'
fi
packages=""
fi