We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3b2a9 commit af7c044Copy full SHA for af7c044
install_apt_packages.sh
@@ -42,7 +42,7 @@ sudo apt-get install -y \
42
sphinx-common
43
44
# Required for code formatting
45
-if apt-cache search --names-only 'clang-format-18' | grep -q 'clang-format-18'; then
+if apt-cache search '^clang-format-18$' | grep -q 'clang-format-18'; then
46
sudo apt-get install -y clang-format-18
47
else
48
echo "clang-format-18 not found in apt-cache. Skipping installation."
0 commit comments