From b26b8a178367bf3886e22a4239781caea401b544 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sat, 24 Oct 2020 09:10:40 +0000 Subject: [PATCH] bump install ver --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f7050d1b..ce4762a0 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -SCRIPT_VERSION="14" +SCRIPT_VERSION="15" SCRIPT_URL='https://raw.githubusercontent.com/wh1te909/tacticalrmm/develop/install.sh' GREEN='\033[0;32m'