From 11f47e7461f1ec47bae61c372d72811f57e1cee9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 10 Mar 2022 22:19:29 -0600 Subject: [PATCH] Update install-dsmon.sh --- install-dsmon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dsmon.sh b/install-dsmon.sh index f318287..df41356 100755 --- a/install-dsmon.sh +++ b/install-dsmon.sh @@ -8,7 +8,7 @@ source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" echo "" echo -e "${idsCL[LightGreen]}DiskSpace-Monitor Installation Script${idsCL[Default]}" -do_with_root $APTFUNC -y install wget curl git mailutils mysql-client +do_with_root $APTFUNC install wget curl git mailutils mysql-client do_with_root set -eu do_with_root git clone https://git.schroedercity.com/voltron/dsmon.git /opt/idssys/dsmon