We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--no-check-certificate
1 parent 2860382 commit 5e93642Copy full SHA for 5e93642
jupyter/utils/install_texlive.sh
@@ -19,8 +19,7 @@ if [[ "$ARCH" == "ppc64le" ]]; then
19
gd-devel libtool wget tar xz bison flex libXaw-devel
20
21
# Step 1: Download and extract the TeX Live source
22
- #wget https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2025/texlive-20250308-source.tar.xz
23
- wget --no-check-certificate https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2025/texlive-20250308-source.tar.xz
+ wget https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2025/texlive-20250308-source.tar.xz
24
tar -xf texlive-20250308-source.tar.xz
25
cd texlive-20250308-source
26
0 commit comments