mrrl-containers

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

commit 8368de742ec31090b3de92efa8d9175cfe36f5d0
parent fbd0c67035b83cb6339369b64ca8cc5000e6146f
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Thu, 23 Jun 2022 00:11:08 +0200

fix wget invocation
Diffstat:
Mzsh-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 @@ -450,7 +450,7 @@ confz_container_download_and_verify_check() { do_command=( $commands[cd] $download_dir - wget --no-clobber --unlink + wget --unlink -o $download_dir/$vars[filename] -- $vars[url]