diff --git a/install_incus_ollama.sh b/install_incus_ollama.sh index 2ccb5d5..950ac71 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 -- bash - 'curl -fsSL https://pkgs.zabbly.com/key.asc | gpg --show-keys --fingerprint'" "Añadir gpg incus" +run_command "incus exec ollama-container -- bash -c '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"