Skip to content

Commit 3af5730

Browse files
committed
Exiting PDF install script with error code if commands fail
1 parent 858b1b8 commit 3af5730

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jupyter/utils/install_pdf_deps.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
# Install dependencies required for Notebooks PDF exports
44

5+
set -e
6+
57
# tex live installation
68
echo "Installing TexLive to allow PDf export from Notebooks"
79
curl -L https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz -o install-tl-unx.tar.gz

0 commit comments

Comments
 (0)