From 03157194e576a11249e0464f221a21886455c6f8 Mon Sep 17 00:00:00 2001 From: Hyperling <me@hyperling.com> Date: Wed, 6 Mar 2024 17:32:51 -0700 Subject: [PATCH] Exit with the same status apt gave. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6a22bc9..1e527e2 100755 --- a/install.sh +++ b/install.sh @@ -5,4 +5,4 @@ sudo apt install pandoc \ texlive-latex-base texlive-fonts-recommended \ texlive-extra-utils texlive-latex-extra -exit 0 +exit $?