From 612da6d8bbbd4e28e84cbd20f5020f0ac26693c2 Mon Sep 17 00:00:00 2001 From: Scott Mindock <srmindock@wisc.edu> Date: Mon, 25 Mar 2024 17:48:18 +0000 Subject: [PATCH] updating for public --- distro/scripts/root_cots.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/distro/scripts/root_cots.sh b/distro/scripts/root_cots.sh index 6090ac2..986d1d3 100755 --- a/distro/scripts/root_cots.sh +++ b/distro/scripts/root_cots.sh @@ -3,7 +3,6 @@ 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