merge-requests/1/head
Esteban Mackay Q 2 years ago
parent a0234175fb
commit f5ae753a36

@ -111,7 +111,8 @@ then
fi fi
mkdir /var/www/fdmr-b mkdir /var/www/fdmr-b
cd /opt 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 cd /opt/FDMR-Monitor-B
sudo chmod +x install.sh sudo chmod +x install.sh
chmod 755 /opt/FDMR-Monitor-B/data chmod 755 /opt/FDMR-Monitor-B/data

@ -342,7 +342,8 @@ sudo chmod +x /opt/FreeDMR/config/*
####################### #######################
#FDMR-Monitor #FDMR-Monitor
cd /opt 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 cd FDMR-Monitor
sudo git checkout Self_Service sudo git checkout Self_Service
# #

@ -727,7 +727,8 @@ if [ "$CHECK_DB" ]; then
fi fi
###FDMR-Monitor ###FDMR-Monitor
cd /opt 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 cd FDMR-Monitor
sudo git checkout Self_Service sudo git checkout Self_Service
sudo chmod +x install.sh sudo chmod +x install.sh

Loading…
Cancel
Save

Powered by TurnKey Linux.