From 31112074ae72add8b3bb110e1d108b24cf2e7b96 Mon Sep 17 00:00:00 2001 From: Scott Mindock <srmindock@wisc.edu> Date: Mon, 25 Mar 2024 17:46:26 +0000 Subject: [PATCH] updating for public --- distro/scripts/root_cots.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distro/scripts/root_cots.sh b/distro/scripts/root_cots.sh index da510c0..6090ac2 100755 --- a/distro/scripts/root_cots.sh +++ b/distro/scripts/root_cots.sh @@ -2,6 +2,8 @@ install() { + yum -y update && \ + yum -y install libstdc++6 && \ yum -y install openssl-devel.x86_64 && \ yum -y install patch && \ yum -y install csh && \ -- GitLab