From bb62f5ebd8ff8cdc4c546a8bc06220da53c5afb9 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Wed, 2 Apr 2025 17:38:19 +0200 Subject: [PATCH] Fixes in sh --- install_incus_ollama.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_incus_ollama.sh b/install_incus_ollama.sh index cde13a9..2ccb5d5 100644 --- a/install_incus_ollama.sh +++ b/install_incus_ollama.sh @@ -123,7 +123,7 @@ run_command "incus exec ollama-container -- apt-add-repository -y non-free-firm run_command "incus exec ollama-container -- bash -c 'echo \"deb http://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware\" > /etc/apt/sources.list.d/backports.list'" "Añadir repo backport" -run_command "incus exec ollama-container -- curl -fsSL https://pkgs.zabbly.com/key.asc | gpg --show-keys --fingerprint" "Añadir gpg incus" +run_command "incus exec ollama-container -- bash - 'curl -fsSL https://pkgs.zabbly.com/key.asc | gpg --show-keys --fingerprint'" "Añadir gpg incus" run_command "incus exec ollama-container -- mkdir -p /etc/apt/keyrings/" "Añadir keyrings"