Skip to content

Commit ea27f21

Browse files
committed
Update install to 0.6.4, added https
1 parent 512ef2c commit ea27f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pdf-parser/install

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -e
22

3-
wget http://didierstevens.com/files/software/pdf-parser_V0_6_3.zip
4-
unzip pdf-parser_V0_6_3.zip
3+
wget https://didierstevens.com/files/software/pdf-parser_V0_6_4.zip
4+
unzip pdf-parser_V0_6_4.zip
55
mkdir -p bin
66
mv pdf-parser.py bin/pdf-parser
77
chmod 755 bin/pdf-parser

0 commit comments

Comments
 (0)