Skip to content

Commit 11a1ed1

Browse files
committed
Remove double bracket
Script is broken Signed-off-by: Eric Curtin <eric.curtin@docker.com>
1 parent cda5ed3 commit 11a1ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/apt-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ main() {
66
apt-get update
77
local packages=("ca-certificates")
88
if [ "$LLAMA_SERVER_VARIANT" = "generic" ] || [ "$LLAMA_SERVER_VARIANT" = "cpu" ]; then
9-
packages+=("libvulkan1" "mesa-vulkan-drivers"))
9+
packages+=("libvulkan1" "mesa-vulkan-drivers")
1010
fi
1111

1212
apt-get install -y "${packages[@]}"

0 commit comments

Comments
 (0)