Skip to content

Commit

Permalink
fix Missing char
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 26, 2023
1 parent 90e29ac commit 8806b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/installscripts/tests/test_installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ python3-cffi python3-ply python3-pycparser python3-spotify"
packages="${packages} ${packages_raspberrypi}"
fi

local apt_list_installed=$(apt -qq list --installed 2>/dev/null
local apt_list_installed=$(apt -qq list --installed 2>/dev/null)
echo "--- apt list installed ---"
echo "${apt_list_installed}"
echo "--------------------------"
Expand Down

0 comments on commit 8806b61

Please sign in to comment.