UC2_DC_Solution / setup.sh
SuriRaja's picture
Update setup.sh
1c9ca41 verified
raw
history blame contribute delete
110 Bytes
#!/bin/bash
# Update package lists
apt-get update
# Install poppler-utils
apt-get install -y poppler-utils