From 004eaaead966e8d1a20065b814d259147c5da025 Mon Sep 17 00:00:00 2001 From: xpetit <32063953+xpetit@users.noreply.github.com> Date: Mon, 30 Nov 2020 10:56:05 +0000 Subject: [PATCH] Update configure.sh --- sh/debian/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/debian/configure.sh b/sh/debian/configure.sh index aa9e1ec2..9a73af01 100755 --- a/sh/debian/configure.sh +++ b/sh/debian/configure.sh @@ -12,7 +12,7 @@ PATH=/sbin:/usr/sbin:$PATH # Debian stable OS apt-get update -apt-get -y upgrade +apt-get -y upgrade ||: apt-get -y dist-upgrade # Disable OpenStack SSH malware