We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa3832 commit 811911dCopy full SHA for 811911d
linea-besu-package/scripts/assemble-packages.sh
@@ -30,7 +30,7 @@ wget -nv https://github.com/Consensys/linea-monorepo/releases/download/linea-sta
30
31
echo "getting linea_tracer_plugin_version: $LINEA_TRACER_PLUGIN_VERSION"
32
wget -nv https://github.com/Consensys/linea-tracer/releases/download/$LINEA_TRACER_PLUGIN_VERSION/linea-tracer-$LINEA_TRACER_PLUGIN_VERSION.zip
33
-unzip -o linea-tracer-$LINEA_TRACER_PLUGIN_VERSION.zip
+unzip -j -o linea-tracer-$LINEA_TRACER_PLUGIN_VERSION.zip
34
rm linea-tracer-$LINEA_TRACER_PLUGIN_VERSION.zip
35
36
echo "getting shomei_plugin_version: $SHOMEI_PLUGIN_VERSION"
0 commit comments