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