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