Update file install.sh

This commit is contained in:
proledatarian 2023-03-26 20:08:58 +00:00
parent bfcfa075e7
commit ba37040fae
1 changed files with 3 additions and 0 deletions

View File

@ -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