Skip to content

Commit 6920379

Browse files
committed
lr-scummvm: fix interactive prompt from unzip
Modified the `unzip` command for the core system files to overwrite unconditionally the files, otherwise we get a prompt when upgrading.
1 parent 98c1df4 commit 6920379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/libretrocores/lr-scummvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function configure_lr-scummvm() {
4949
defaultRAConfig "scummvm"
5050

5151
# unpack the data files to system dir
52-
runCmd unzip -q "$md_inst/scummvm.zip" -d "$biosdir"
52+
runCmd unzip -q -o "$md_inst/scummvm.zip" -d "$biosdir"
5353
chown -R $user:$user "$biosdir/scummvm"
5454

5555
# basic initial configuration (if config file not found)

0 commit comments

Comments
 (0)