Update pacman argument list
This commit is contained in:
parent
de08a1553b
commit
a91757d267
1 changed files with 1 additions and 1 deletions
2
akshara
2
akshara
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue