Spaces:
Running
on
Zero
Running
on
Zero
File size: 95 Bytes
7b52b89 |
1 2 3 4 5 6 |
#!/bin/bash
# Install poppler-utils
sudo apt-get update
sudo apt-get install -y poppler-utils
|