Gary0205 commited on
Commit
1cb39d2
·
1 Parent(s): c5fa653

Add Poppler installation script

Browse files
Files changed (1) hide show
  1. setup.sh +2 -0
setup.sh ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ #!/bin/bash
2
+ apt-get update && apt-get install -y poppler-utils