Fixed and added more logging.

This commit is contained in:
Scott Duensing 2025-06-08 19:47:48 -05:00
parent faaffd5955
commit 54b0d7f1e2

2
install.sh Normal file → Executable file
View file

@ -137,4 +137,4 @@ if [[ ${EUID} -eq 0 ]]; then
fi
# All the config is in a function so we can stream this script from forge.duensing.digital.
configureMachine 2>&1 | tee /home/${SUDO_USER}/configureMachine.log
configureMachine 2>&1 | tee /home/${USER}/configureMachine.log