From 685109ec7efd07a0796a3863e41806690b64f587 Mon Sep 17 00:00:00 2001 From: earnolmartin Date: Wed, 20 Apr 2022 12:24:43 -0600 Subject: [PATCH] Minor Change --- ehcp/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ehcp/install.sh b/ehcp/install.sh index 865a36e..ea1fe47 100755 --- a/ehcp/install.sh +++ b/ehcp/install.sh @@ -195,7 +195,7 @@ function checkDistro() { function installInitialPrereqs(){ if [ "$distro" == "ubuntu" ]; then - add-apt-repository universe + add-apt-repository -y universe fi apt-get update