mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-15 01:31:32 +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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user