commit dcb32103b545383dc18bee02a7a2272ffca16b36 parent dd1d24744d0389d9a5b6ce6b2df2a905462b82f3 Author: Jan Pobříslo <ccx@te2000.cz> Date: Thu, 23 Jun 2022 01:25:02 +0200 Fix check for installing busybox 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 @@ -963,7 +963,7 @@ confz_container_nix_bootstrap_utils_apk_check() { --no-scripts add alpine-keys busybox ) - [[ -f $vars[root]/sbin/apk ]] + [[ -f $vars[root]/bin/busybox ]] } confz_container_nix_bootstrap_utils_check() {