Fixes in sh

This commit is contained in:
Antonio de la Rosa 2025-04-02 17:45:35 +02:00
parent bb62f5ebd8
commit eb9ed91639

View file

@ -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"