Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
plowsof committed Sep 30, 2024
1 parent 1794472 commit b39ae59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b39ae59

Please sign in to comment.