Skip to content

Commit

Permalink
fix: add missing parameters to unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveO16176 committed Sep 2, 2024
1 parent 03454d0 commit 6667b98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ curl -L \
"https://github.com/rokudev/samples/raw/master/utilities/bif%20tool/biftool_linux.zip" \
-o /tmp/biftool_linux.zip && \
cd /tmp && \
unzip biftool_linux.zip -d /usr/bin
unzip -uo biftool_linux.zip -d /usr/bin

0 comments on commit 6667b98

Please sign in to comment.