lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 5490baa 3/5: Install 'column' in debian chroo


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 5490baa 3/5: Install 'column' in debian chroot
Date: Tue, 7 Jul 2020 16:48:25 -0400 (EDT)

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

    Install 'column' in debian chroot
    
    'column' (which debian packages in 'bsdmainutils') is handy, e.g.
    because 'findmnt -l' does a poor job of columnization. The package
    is tiny, and contains other utilities that may be nice to have.
---
 lmi_setup_20.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lmi_setup_20.sh b/lmi_setup_20.sh
index a572ed6..edeac8f 100755
--- a/lmi_setup_20.sh
+++ b/lmi_setup_20.sh
@@ -81,7 +81,7 @@ apt-get update
 apt-get --assume-yes install wget g++-mingw-w64 automake libtool make \
  pkg-config git cvs zsh bzip2 unzip sudo wine default-jre jing trang \
  g++-multilib libxml2-utils libxslt1-dev vim-gtk vim-doc shellcheck \
- bc libarchive-tools xsltproc rsync curl \
+ bc libarchive-tools xsltproc rsync curl bsdmainutils \
  >"${logdir}/${CHRTNAME}"-apt-get-log 2>&1
 
 # This command should produce little output:



reply via email to

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