diff --git a/install.sh b/install.sh index 7b77333..bb4b570 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash # https://wizardzines.com/comics/bash-errors/bash-errors.png -set -euo pipefail +#set -euo pipefail exec >> >(tee -i /tmp/install.log) exec 2>&1