commit: 4363c6422a135dc6c81807416169af316dd75dc3
parent cb7835987855d1c6d0b48d67d61b23dad28234d5
Author: Andrius Štikonas <andrius@stikonas.eu>
Date: Sun, 28 Feb 2021 15:50:26 +0000
Also cache tar downloads.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rootfs.sh b/rootfs.sh
@@ -110,7 +110,7 @@ cp -r tar-1.12 tmp/after
mkdir tmp/after/tar-1.12/{src,build}
pushd tmp/after/tar-1.12/src
if [ ! -f "$(basename $url)" ]; then
- wget "$url"
+ _wget "$url"
fi
popd
tar -C tmp/after/tar-1.12/src -xf "tmp/after/tar-1.12/src/$(basename $url)" --strip-components=1