lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 70805260 3/4: Explicitly install 'xz-utils' i


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 70805260 3/4: Explicitly install 'xz-utils' in chroot
Date: Thu, 4 May 2023 20:16:11 -0400 (EDT)

branch: master
commit 7080526029b3857d71d0c37afc1cc90459f289b7
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Explicitly install 'xz-utils' in chroot
    
    Apparently 'xz-utils' used to be installed automatically as a dependency
    of some other package, but now it is not.
---
 lmi_setup_20.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lmi_setup_20.sh b/lmi_setup_20.sh
index 0e89e92e..97b9d2c3 100755
--- a/lmi_setup_20.sh
+++ b/lmi_setup_20.sh
@@ -133,6 +133,7 @@ apt-get --assume-yes install \
   x11-apps \
   xsltproc \
   xvfb \
+  xz-utils \
   zsh \
  >"${logdir}/${CHRTNAME}"-apt-get-log 2>&1
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]