From 2af9ded7d15bba359907e4c3a9f2169e68a2f171 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Mon, 25 Dec 2023 01:57:23 +0000 Subject: [PATCH] Latest --- home/.chezmoiscripts/universal/run_before_01-prepare.sh.tmpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/.chezmoiscripts/universal/run_before_01-prepare.sh.tmpl b/home/.chezmoiscripts/universal/run_before_01-prepare.sh.tmpl index 90424592..d2c6d63c 100644 --- a/home/.chezmoiscripts/universal/run_before_01-prepare.sh.tmpl +++ b/home/.chezmoiscripts/universal/run_before_01-prepare.sh.tmpl @@ -5,8 +5,6 @@ # This script installs required system packages. Each system's required packages are defined in `home/.chezmoitemplates/$DISTRO_ID`, # where `$DISTRO_ID` is equal to the Linux distribution ID found in `/etc/os-release`. -exit 140 - # @description # This script pipes environment variables and a logger function to a temporary file that is included by other scripts. # It is included as a temporary external file to aid in debugging since if the included files were inlined in scripts