Adding in AMD fixes after framework install
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# Shared helpers: logging, sudo, preflight checks, idempotency primitives.
|
||||
|
||||
if [[ -t 1 ]]; then
|
||||
if [[ -t 1 ]] || [[ "${FORCE_COLOR:-0}" == "1" ]]; then
|
||||
BOLD=$'\033[1m'
|
||||
DIM=$'\033[2m'
|
||||
RED=$'\033[31m'
|
||||
|
||||
Reference in New Issue
Block a user