1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-06-30 15:39:00 +00:00
pdf2htmlEX/buildScripts/getPdf2htmlEX

17 lines
365 B
Plaintext
Raw Normal View History

2019-11-21 15:42:49 +00:00
#!/bin/bash
# This bash script automates the process of getting the original pdf2htmlEX
# source
PDF2HTMLEX_VERSION=newBuildSystem
wget https://codeload.github.com/stephengaito/pdf2htmlEX/zip/$PDF2HTMLEX_VERSION
mv $PDF2HTMLEX_VERSION $PDF2HTMLEX_VERSION.zip
2019-11-21 19:06:46 +00:00
sudo apt install unzip
2019-11-21 15:42:49 +00:00
unzip $PDF2HTMLEX_VERSION.zip
mv pdf2htmlEX-$PDF2HTMLEX_VERSION pdf2htmlEX