Update file install.sh
This commit is contained in:
parent
bfcfa075e7
commit
ba37040fae
|
@ -1,5 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# https://wizardzines.com/comics/bash-errors/bash-errors.png
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
exec >> >(tee -i /tmp/install.log)
|
exec >> >(tee -i /tmp/install.log)
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue