mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-18 22:33:00 -04:00
fix: add missing parameters to unzip
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user