mrrl-containers

MRRL version of container scripts
git clone https://ccx.te2000.cz/git/mrrl-containers
Log | Files | Refs

commit 1587627d3758c96b594c96cd3832be41becc845d
parent 4abb90cdcfb46c4b826b6f1ce28f6ca0de1296bf
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Tue, 14 Dec 2021 08:16:44 +0000

fix xbps-install executable name
Diffstat:
Mzsh-functions/confz_containers_init | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/zsh-functions/confz_containers_init b/zsh-functions/confz_containers_init @@ -760,12 +760,11 @@ confz_container_alpine_image_check() { confz_container_void_xbps_check() { checkvars user root arch mirror - defvar xbps_executable xbps + defvar xbps_install_executable xbps-install do_command=( env XBPS_ARCH=$vars[arch] s6-setuidgid $vars[user] - $vars[xbps_executable] - xbps-install + $vars[xbps_install_executable] --sync --rootdir $vars[root] --repository $vars[mirror]