-
-
Save domezchoc/2f72310108ec379963eac474dfc3f038 to your computer and use it in GitHub Desktop.
Revisions
-
Rajeshr34 revised this gist
Oct 16, 2018 . 1 changed file with 6 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,7 @@ cd ~ apt-get install libfontenc1 xfonts-75dpi xfonts-base xfonts-encodings xfonts-utils openssl build-essential libssl-dev libxrender-dev git-core libx11-dev libxext-dev libfontconfig1-dev libfreetype6-dev fontconfig -y #https://github.com/wkhtmltopdf/wkhtmltopdf/releases #replace arch wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb dpkg -i wkhtmltox_0.12.5-1.bionic_amd64.deb apt --fix-broken install -
Rajeshr34 revised this gist
Oct 16, 2018 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ cd ~ WKHTMLTOOL_VERSION=0.12.5 wget https://downloads.wkhtmltopdf.org/0.12/${WKHTMLTOOL_VERSION}/wkhtmltox-${WKHTMLTOOL_VERSION}_linux-generic-amd64.tar.xz tar xvf wkhtmltox-${WKHTMLTOOL_VERSION}_linux-generic-amd64.tar.xz mv wkhtmltox/bin/wkhtmlto* /usr/bin apt-get install -y openssl build-essential libssl-dev libxrender-dev git-core libx11-dev libxext-dev libfontconfig1-dev libfreetype6-dev fontconfig -
Rajeshr34 revised this gist
May 4, 2017 . No changes.There are no files selected for viewing
-
Rajeshr34 revised this gist
May 4, 2017 . No changes.There are no files selected for viewing
-
Rajeshr34 revised this gist
May 4, 2017 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,5 @@ cd ~ wget https://downloads.wkhtmltopdf.org/0.12/0.12.4/wkhtmltox-0.12.4_linux-generic-amd64.tar.xz tar xvf wkhtmltox-0.12.4_linux-generic-amd64.tar.xz mv wkhtmltox/bin/wkhtmlto* /usr/bin apt-get install -y openssl build-essential libssl-dev libxrender-dev git-core libx11-dev libxext-dev libfontconfig1-dev libfreetype6-dev fontconfig -
Rajeshr34 created this gist
May 4, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ apt-get install -y openssl build-essential libssl-dev libxrender-dev git-core libx11-dev libxext-dev libfontconfig1-dev libfreetype6-dev fontconfig