From feba59106936aa352811b804d59395ac9f51ffd4 Mon Sep 17 00:00:00 2001 From: Subhranil Mukherjee Date: Tue, 8 Oct 2024 23:57:48 +0530 Subject: [PATCH] fix: build_common: correctly extract the tar --- build_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_common.sh b/build_common.sh index 21d42fd..778061b 100644 --- a/build_common.sh +++ b/build_common.sh @@ -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