From ba37040faec85b0e7e9dd8b19e60fddd4898f195 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Sun, 26 Mar 2023 20:08:58 +0000 Subject: [PATCH] Update file install.sh --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index ba4fb55..43c09d7 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,8 @@ #!/bin/bash +# https://wizardzines.com/comics/bash-errors/bash-errors.png +set -euo pipefail + exec >> >(tee -i /tmp/install.log) exec 2>&1