From 1cf0f70a4f07f88249af3ccfb97b6ab69f3f0cc6 Mon Sep 17 00:00:00 2001 From: Aaron Murray Date: Mon, 25 May 2020 10:58:33 -0500 Subject: [PATCH] add apt to salt deploy --- install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install b/install index 85bbc66..d9d5d9f 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.1.2 +# version: 1.1.3 # if [[ $(id -u) -ne 0 ]]; then @@ -323,7 +323,7 @@ if [ ${version} -gt 4 ]; then fi # update config files -for service in nginx ${phpfpm} samba flashmemory ssh ${ntp} timezone monit rrdcached collectd cpufrequtils ; do +for service in nginx ${phpfpm} samba flashmemory ssh ${ntp} timezone monit rrdcached collectd cpufrequtils apt; do ${confCmd} ${service} done