diff --git a/shared_functions.sh b/shared_functions.sh index ad760752dd..738dbb2b7d 100755 --- a/shared_functions.sh +++ b/shared_functions.sh @@ -853,7 +853,7 @@ check_debs() { done if [ ${#missing_files[@]} -gt 0 ]; then - echo "\nAPT does not recommend us to install these:" + echo -e "\nAPT does not recommend us to install these:" for missing_file in "${missing_files[@]}"; do echo " [MISSING] $missing_file" done