commit 58c65c349180891c8e8f707b32537a3b5c3f809c parent d2f04a5ce627f77d6548344327702104d5ec82e0 Author: Jan Pobříslo <ccx@te2000.cz> Date: Thu, 16 Dec 2021 19:01:18 +0000 Install non-interactively Diffstat:
M | zsh-functions/confz_containers_init | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh-functions/confz_containers_init b/zsh-functions/confz_containers_init @@ -845,7 +845,7 @@ confz_container_void_packages_installed_check() { do_command=( $commands[cd] $vars[svscan_dir]/container.$vars[image_name].sysroot container_sysroot_run - /usr/sbin/xbps-install --sync -- $missing + /usr/sbin/xbps-install --yes --sync -- $missing ) (( $#missing == 0 ))