PMP1 / setup.sh
SuriRaja's picture
Update setup.sh
26cc687 verified
raw
history blame contribute delete
98 Bytes
#!/bin/bash
# Install Poppler for PDF handling
apt-get update
apt-get install -y poppler-utils