From c4c3dab3e36dcb5a29066f15a1c1f5cb6d9e9706 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 27 Apr 2023 21:44:24 -0500 Subject: [PATCH] Update install-mediamanager.sh --- install-mediamanager.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install-mediamanager.sh b/install-mediamanager.sh index 073c9bf..d61660c 100755 --- a/install-mediamanager.sh +++ b/install-mediamanager.sh @@ -11,7 +11,8 @@ echo -e "${idsCL[LightGreen]}MediaManager Installation Script${idsCL[Default]}" do_with_root $APTFUNC -y install wget curl git do_with_root set -eu -do_with_root git clone -b dev https://git.schroedercity.com/voltron/mediamanager.git /opt/idssys/mediamanager +do_with_root git clone https://git.schroedercity.com/voltron/mediamanager.git /opt/idssys/mediamanager +# do_with_root git clone -b dev https://git.schroedercity.com/voltron/mediamanager.git /opt/idssys/mediamanager do_with_root ln -s /opt/idssys/mediamanager/run.sh /usr/local/bin/mm if [ ! -d "/opt/idssys/defaults" ]; then