From 6bb7e00ae4633f16285b66798667d957b8e81281 Mon Sep 17 00:00:00 2001 From: Kevin Reynolds Date: Thu, 28 Mar 2024 12:19:02 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- orijen-udf-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orijen-udf-install.sh b/orijen-udf-install.sh index fbb3a6c..bb24ca5 100755 --- a/orijen-udf-install.sh +++ b/orijen-udf-install.sh @@ -2,8 +2,8 @@ # Update the system export DEBIAN_FRONTEND=noninteractive -sudo -E apt-get update -y -sudo -E apt-get upgrade -y +sudo -E apt-get update --yes +sudo -E NEEDRESTART_MODE=a apt-get upgrade --yes # Check if Docker is installed, install it if it's not if ! command -v docker &> /dev/null