commit bb8f04dbec9707eb12b8be5b5aee5ba533a76ce8 parent 60a8fed7644d0b4777cb0afe5759f175b8312668 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 5 Mar 2023 11:43:20 +0100 -fail on errors Diffstat:
| M | netzbon/install_debian_packages.sh | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/netzbon/install_debian_packages.sh b/netzbon/install_debian_packages.sh @@ -1,6 +1,8 @@ #!/bin/bash # This file is in the public domain. +set -eu + source functions.sh source config/user.conf source config/internal.conf