Didier's picture
Create setup.sh
33b6454 verified
raw
history blame contribute delete
121 Bytes
#!/bin/bash
# Update package list
apt-get update
# Install Poppler for PDF processing
apt-get install -y poppler-utils