removed logging and fixed colors
This commit is contained in:
@@ -10,9 +10,6 @@ color_yellow() { printf '%b' "$YELLOW"; }
|
||||
color_green() { printf '%b' "$GREEN"; }
|
||||
color_reset() { printf '%b' "$RESET"; }
|
||||
|
||||
LOGFILE="${LOGFILE:-/tmp/debian-workstation.log}"
|
||||
exec > >(tee -a "$LOGFILE") 2>&1
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
OS="${DETECTED_OS:-debian}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user