Fixing the build

This commit is contained in:
retropikzel 2024-10-12 08:01:36 +03:00
parent 7a38c18567
commit 86c9728793
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ mkdir -p snow
while read url
do
wget -O ${TMPDIR}/archive.tgz ${url}
tar -Pxf ${TMPDIR}/archive.tgz --strip-components=1 -C ./snow
tar -Pxf ${TMPDIR}/archive.tgz --strip-components=1 --no-same-owner -C ./snow
done <urls.txt