diff --git a/misc/build.func b/misc/build.func index 4e596ae8..42d4260d 100644 --- a/misc/build.func +++ b/misc/build.func @@ -1254,13 +1254,10 @@ EOF echo "" msg_custom "⚙️ " "\e[96m" "Configuring VAAPI passthrough for LXC container" - if [ "$CT_TYPE" != "0" ]; then msg_custom "⚠️ " "\e[33m" "Container is unprivileged – VAAPI passthrough may not work without additional host configuration (e.g., idmap)." fi - msg_custom "ℹ️ " "\e[96m" "VAAPI enables GPU hardware acceleration (e.g., for video transcoding in Jellyfin or Plex)." - echo "" read -rp "➤ Automatically mount all available VAAPI devices? [Y/n]: " VAAPI_ALL diff --git a/misc/core.func b/misc/core.func index e313ea18..a8774fc2 100644 --- a/misc/core.func +++ b/misc/core.func @@ -413,7 +413,6 @@ msg_custom() { [[ -z "$msg" ]] && return stop_spinner echo -e "${BFR:-} ${symbol} ${color}${msg}${CL:-\e[0m}" - printf "\r\033[K\e[?25h\n" } # msg_ok() {