Skip to content

Commit

Permalink
fix: build_common: correctly extract the tar
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsubhranil committed Oct 8, 2024
1 parent 57a37f4 commit feba591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ wget -q https://downloads.openwrt.org/snapshots/targets/$TARGET/$SUBTARGET/versi

echo "Extracting image builder.."
unzstd $BUILDER.tar.zst
tar -J -x -f $BUILDER.tar
tar -xvf $BUILDER.tar

echo "Copying custom files.."
# copy specific files
Expand Down

0 comments on commit feba591

Please sign in to comment.