mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Also cache tar downloads.
This commit is contained in:
parent
cb78359878
commit
4363c6422a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue