From 1c6fcd6472872f9c13b1e227549a7532abf10efb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 30 Sep 2024 17:01:23 -0500 Subject: [PATCH] Update install-mediamanager.sh --- install-mediamanager.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-mediamanager.sh b/install-mediamanager.sh index ed4698b..9ed0fb7 100755 --- a/install-mediamanager.sh +++ b/install-mediamanager.sh @@ -16,8 +16,8 @@ echo -e "${idsCL[LightGreen]}MediaManager Installation Script${idsCL[Default]}" do_with_root $APTFUNC -y install wget curl git jq wireguard do_with_root set -eu -# 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 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