packages.cmd_sideload(): fix escape of --overwrite=*
This commit is contained in:
parent
32f5fe643f
commit
8fc33c85cf
1 changed files with 1 additions and 1 deletions
|
@ -767,7 +767,7 @@ def cmd_sideload(paths: Iterable[str], arch: Optional[Arch] = None, no_build: bo
|
|||
'-U',
|
||||
] + [os.path.join('/tmp', os.path.basename(file)) for file in files] + [
|
||||
'--noconfirm',
|
||||
'--overwrite=\\*',
|
||||
"'--overwrite=\\*'",
|
||||
],
|
||||
alloc_tty=True).check_returncode()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue