From 998cec8c40bfc41285163c9097097f5fd45412a5 Mon Sep 17 00:00:00 2001
From: Marty Kandes <mkandes@sdsc.edu>
Date: Tue, 30 Apr 2019 15:40:25 -0700
Subject: [PATCH] naked-singularity-v0.6.9 :: added debian-keyring package to
 naked-singularity install procedure for centos

---
 README               | 2 +-
 naked-singularity.sh | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/README b/README
index 2dedb39..c815c0f 100644
--- a/README
+++ b/README
@@ -46,7 +46,7 @@ AUTHOR
 
 VERSION
 
-    0.6.8
+    0.6.9
 
 LAST UPDATED
 
diff --git a/naked-singularity.sh b/naked-singularity.sh
index ff23872..0a27502 100755
--- a/naked-singularity.sh
+++ b/naked-singularity.sh
@@ -301,6 +301,8 @@ naked_install() {
     sudo yum install -y epel-release
     echo 'sudo yum install -y debootstrap'
     sudo yum install -y debootstrap
+    echo 'sudo yum install -y debian-keyring'
+    sudo yum install -y debian-keyring
 
   elif [[ "${operating_system}" = 'ubuntu' ]]; then
 
-- 
GitLab