mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 16:58:27 -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" \
|
"https://github.com/rokudev/samples/raw/master/utilities/bif%20tool/biftool_linux.zip" \
|
||||||
-o /tmp/biftool_linux.zip && \
|
-o /tmp/biftool_linux.zip && \
|
||||||
cd /tmp && \
|
cd /tmp && \
|
||||||
unzip biftool_linux.zip -d /usr/bin
|
unzip -uo biftool_linux.zip -d /usr/bin
|
||||||
Reference in New Issue
Block a user