We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512ef2c commit ea27f21Copy full SHA for ea27f21
pdf-parser/install
@@ -1,7 +1,7 @@
1
#!/bin/bash -e
2
3
-wget http://didierstevens.com/files/software/pdf-parser_V0_6_3.zip
4
-unzip pdf-parser_V0_6_3.zip
+wget https://didierstevens.com/files/software/pdf-parser_V0_6_4.zip
+unzip pdf-parser_V0_6_4.zip
5
mkdir -p bin
6
mv pdf-parser.py bin/pdf-parser
7
chmod 755 bin/pdf-parser
0 commit comments