commit f7ff1c1c7ba53c02874d9a87814d09223d2f6aa5 parent 5def31841735721a3c8dbca248cf4e5d0a8f144f Author: Jan Pobříslo <ccx@te2000.cz> Date: Thu, 20 Oct 2022 19:47:47 +0200 dpkg --force-not-root 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 @@ -1348,7 +1348,7 @@ confz_container_puppet_apt_repo_do() { https://apt.puppetlabs.com/$deb_file \ || return $? $commands[cd] $vars[sysroot_svc] container_sysroot_run \ - /usr/bin/dpkg -i /root/$deb_file \ + /usr/bin/dpkg --force-not-root -i /root/$deb_file \ || return $? }