=== modified file 'zsh-functions/confz_containers_init' --- old/zsh-functions/confz_containers_init 2021-12-14 08:16:44 +0000 +++ new/zsh-functions/confz_containers_init 2021-12-14 08:05:09 +0000 @@ -760,11 +760,12 @@ confz_container_void_xbps_check() { checkvars user root arch mirror - defvar xbps_install_executable xbps-install + defvar xbps_executable xbps do_command=( env XBPS_ARCH=$vars[arch] s6-setuidgid $vars[user] - $vars[xbps_install_executable] + $vars[xbps_executable] + xbps-install --sync --rootdir $vars[root] --repository $vars[mirror]