Update install-mediamanager.sh
This commit is contained in:
@@ -11,8 +11,8 @@ echo -e "${idsCL[LightGreen]}MediaManager Installation Script${idsCL[Default]}"
|
|||||||
do_with_root $APTFUNC -y install wget curl git
|
do_with_root $APTFUNC -y install wget curl git
|
||||||
|
|
||||||
do_with_root set -eu
|
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 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 -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
|
do_with_root ln -s /opt/idssys/mediamanager/run.sh /usr/local/bin/mm
|
||||||
|
|
||||||
if [ ! -d "/opt/idssys/defaults" ]; then
|
if [ ! -d "/opt/idssys/defaults" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user