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:
@@ -598,7 +598,7 @@ if [[ $nooptprogs != "1" ]];then
|
|||||||
execl chroot pacman -S $packages --noconfirm --needed
|
execl chroot pacman -S $packages --noconfirm --needed
|
||||||
if [[ $inswine = 1 ]];then
|
if [[ $inswine = 1 ]];then
|
||||||
echo "$(T "Configuring wine for better experience") (32 bit winearch)"
|
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
|
fi
|
||||||
packages=""
|
packages=""
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user