Update pacman argument list

This commit is contained in:
Rudra Saraswat 2023-05-09 11:58:22 +05:30
parent de08a1553b
commit a91757d267

View file

@ -259,7 +259,7 @@ def handle_system_packages(operation):
f'lowerdir=/var/lib/pacman,upperdir={varlibpacman_overlay},workdir={varlibpacman_overlay_workdir}', '/.blendrw/var/lib/pacman')
if operation == 'set-custom-packages':
operation = ['-Sy', '--needed']
operation = ['-Sy', '--needed', '--noconfirm']
elif operation == 'drop-overlay':
exec('rm', '-f', '/.blend-overlays/future-usr/.okay')
exec('rm', '-f', '/.blend-overlays/future-varlibpacman/.okay')