diff --git a/archinstall/archinstall.sh b/archinstall/archinstall.sh index 27ab362..0833b1e 100755 --- a/archinstall/archinstall.sh +++ b/archinstall/archinstall.sh @@ -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