We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cda5ed3 + 11a1ed1 commit a581640Copy full SHA for a581640
scripts/apt-install.sh
@@ -6,7 +6,7 @@ main() {
6
apt-get update
7
local packages=("ca-certificates")
8
if [ "$LLAMA_SERVER_VARIANT" = "generic" ] || [ "$LLAMA_SERVER_VARIANT" = "cpu" ]; then
9
- packages+=("libvulkan1" "mesa-vulkan-drivers"))
+ packages+=("libvulkan1" "mesa-vulkan-drivers")
10
fi
11
12
apt-get install -y "${packages[@]}"
0 commit comments