Skip to content

Commit 5e93642

Browse files
puneetsharma21jiridanek
authored andcommitted
Remove the --no-check-certificate wget flag because texlive mirror seems to now work correctly
Signed-off-by: puneetsharma21 <[email protected]>
1 parent 2860382 commit 5e93642

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jupyter/utils/install_texlive.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ if [[ "$ARCH" == "ppc64le" ]]; then
1919
gd-devel libtool wget tar xz bison flex libXaw-devel
2020

2121
# 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
22+
wget https://ftp.math.utah.edu/pub/tex/historic/systems/texlive/2025/texlive-20250308-source.tar.xz
2423
tar -xf texlive-20250308-source.tar.xz
2524
cd texlive-20250308-source
2625

0 commit comments

Comments
 (0)