diff --git a/ghcup b/ghcup index 6a82be3..a772440 100755 --- a/ghcup +++ b/ghcup @@ -1543,6 +1543,7 @@ print_debug_info() { echo "Detected system information:" echo " Architecture: $(get_arch)" echo " Distribution: $(get_distro_name)" + echo " Distro alias: $(get_distro_alias "$(get_distro_name)")" echo " Distro version: $(get_distro_ver)" }