Revert "add code to linux packaging to download bundled content"

We're not going to bundle content in the download package.

This reverts commit 7b855f0cc5.
This commit is contained in:
Paul Davis 2022-09-10 12:04:54 -06:00
parent 16ef3dd6b1
commit 8f18af8412

View File

@ -741,18 +741,6 @@ if test -n "$MIXBUS"; then
rm -f "${MediaClips}/"*.*
unzip -q -d "${MediaClips}" "${CACHEDIR}/MixbusBundledMedia.zip"
fi
else
# Ardour Bundled Media Content
curl -s -S --fail -# \
-z "${CACHEDIR}/ArdourBundledMedia.zip" \
-o "${CACHEDIR}/ArdourBundledMedia.zip" \
"https://ardour.org/files/ArdourBundledMedia.zip"
if test -f "${CACHEDIR}/ArdourBundledMedia.zip"; then
echo "Adding Ardour Bundled Content"
rm -f "${MediaClips}/"*.*
unzip -q -d "${MediaClips}" "${CACHEDIR}/ArdourBundledMedia.zip"
fi
fi
echo "Setting Bundled Media dir/file permissions"