From 2621d6091d6b8ddb0c3b5430f1ce4f55c17d87f2 Mon Sep 17 00:00:00 2001 From: Aaron Murray Date: Mon, 12 Apr 2021 18:12:05 -0500 Subject: [PATCH] switch logic --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index e7141a0..2fe95e2 100755 --- a/install +++ b/install @@ -13,7 +13,7 @@ # https://github.com/armbian/config/blob/master/debian-software # https://forum.openmediavault.org/index.php/Thread/25062-Install-OMV5-on-Debian-10-Buster/ # -# version: 1.3.7 +# version: 1.3.8 # if [[ $(id -u) -ne 0 ]]; then @@ -249,7 +249,7 @@ if [ "${codename}" = "eoan" ]; then fi if [ ${rpi} -eq 1 ]; then - omv_set_default "OMV_APT_USE_OS_SECURITY" "1" + omv_set_default "OMV_APT_USE_OS_SECURITY" false true fi # install omv-extras