mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-08-23 00:00:05 +00:00

When I took the changes to the Ubuntu setup script and propagated them to other scripts that run in slightly different contexts, the script failed at line 45 as DEBIAN_FRONTEND=noninteractive was interpreted as a command rather than a variable assignment. Added the env command so there's no misinterpretation. Tested in docker as both root and user.