Skip to content

Commit

Permalink
disable wkhtmltopdf
Browse files Browse the repository at this point in the history
  • Loading branch information
wokron committed Mar 1, 2024
1 parent 681a58e commit 13d3f55
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/install_java_wkhtmltopdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ JDK_URL="https://download.java.net/java/GA/jdk20.0.2/6e380f22cbe7469fa75fb448bd9
WKH_URL="https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/${WKH_FILE}"

# Download and install wkhtmltopdf
echo "Installing $WKH_FILE ..."
wget --quiet -O /tmp/${WKH_FILE} "${WKH_URL}" && \
dpkg -i /tmp/${WKH_FILE} && \
apt-get install -f -y --no-install-recommends && \
ln -s /usr/local/bin/wkhtmltopdf /usr/bin && \
rm -f /tmp/${WKH_FILE}
# echo "Installing $WKH_FILE ..."
# wget --quiet -O /tmp/${WKH_FILE} "${WKH_URL}" && \
# dpkg -i /tmp/${WKH_FILE} && \
# apt-get install -f -y --no-install-recommends && \
# ln -s /usr/local/bin/wkhtmltopdf /usr/bin && \
# rm -f /tmp/${WKH_FILE}

# Install OpenJDK
echo "Installing $JDK_FILE ..."
Expand Down

0 comments on commit 13d3f55

Please sign in to comment.