diff --git a/fdmr-bridge.sh b/fdmr-bridge.sh index b6e3845..5b4f602 100644 --- a/fdmr-bridge.sh +++ b/fdmr-bridge.sh @@ -111,7 +111,8 @@ then fi mkdir /var/www/fdmr-b cd /opt -sudo git clone https://github.com/yuvelq/FDMR-Monitor.git /opt/FDMR-Monitor-B +#sudo git clone https://github.com/yuvelq/FDMR-Monitor.git /opt/FDMR-Monitor-B +sudo git clone https://gitlab.com/hp3icc/FDMR-Monitor.git /opt/FDMR-Monitor-B cd /opt/FDMR-Monitor-B sudo chmod +x install.sh chmod 755 /opt/FDMR-Monitor-B/data diff --git a/install.sh b/install.sh index 5e58200..9ec95c1 100644 --- a/install.sh +++ b/install.sh @@ -342,7 +342,8 @@ sudo chmod +x /opt/FreeDMR/config/* ####################### #FDMR-Monitor cd /opt -sudo git clone https://github.com/yuvelq/FDMR-Monitor.git +#sudo git clone https://github.com/yuvelq/FDMR-Monitor.git +sudo git clone https://gitlab.com/hp3icc/FDMR-Monitor.git cd FDMR-Monitor sudo git checkout Self_Service # diff --git a/update.sh b/update.sh index 8009215..f570347 100644 --- a/update.sh +++ b/update.sh @@ -727,7 +727,8 @@ if [ "$CHECK_DB" ]; then fi ###FDMR-Monitor cd /opt -sudo git clone https://github.com/yuvelq/FDMR-Monitor.git +#sudo git clone https://github.com/yuvelq/FDMR-Monitor.git +sudo git clone https://gitlab.com/hp3icc/FDMR-Monitor.git cd FDMR-Monitor sudo git checkout Self_Service sudo chmod +x install.sh