From 350c1142e78757f5357083812421d72be78e3baf Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 22 Jul 2024 20:02:10 +0200 Subject: [PATCH] reproducible package database --- usr/lib/archboot/run/container.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/lib/archboot/run/container.sh b/usr/lib/archboot/run/container.sh index 6b7697316..326802c2a 100755 --- a/usr/lib/archboot/run/container.sh +++ b/usr/lib/archboot/run/container.sh @@ -56,6 +56,5 @@ _change_pacman_conf "${1}" || exit 1 _reproducibility "${1}" _set_hostname "${1}" || exit 1 _ssh_keys "${1}" || exit 1 -sync echo "Finished container setup in ${1}." # vim: set ft=sh ts=4 sw=4 et: