lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master d8d46c3 6/8: Comment out 'scl' stuff


From: Greg Chicares
Subject: [lmi-commits] [lmi] master d8d46c3 6/8: Comment out 'scl' stuff
Date: Sun, 6 Oct 2019 19:48:11 -0400 (EDT)

branch: master
commit d8d46c3f8183e2d44d475bb347770070a9c87083
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Comment out 'scl' stuff
    
    'scl' is not presently necessary.
---
 install_centos.sh | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/install_centos.sh b/install_centos.sh
index 6ba1e41..3b6229a 100755
--- a/install_centos.sh
+++ b/install_centos.sh
@@ -79,10 +79,11 @@ yum --assumeyes install ncurses-term zsh
 chsh -s /bin/zsh root
 chsh -s /bin/zsh greg
 
-yum --assumeyes install centos-release-scl
-yum-config-manager --enable rhel-server-rhscl-7-rpms
-
-yum --assumeyes install devtoolset-8 rh-git218
+# Make a more modern 'git' available via 'scl'. This is not needed
+# if all real work is done in a debian chroot.
+#yum --assumeyes install centos-release-scl
+#yum-config-manager --enable rhel-server-rhscl-7-rpms
+#yum --assumeyes install devtoolset-8 rh-git218
 # In order to use the tools on the three preceding lines, do:
 #   scl enable devtoolset-8 rh-git218 $SHELL
 # and then they'll be available in that environment.



reply via email to

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