diff --git a/install.sh b/install.sh index 6cb92a6..3aaf28d 100644 --- a/install.sh +++ b/install.sh @@ -670,7 +670,8 @@ if [ -d "/opt/adn-dashboard" ]; then rm -r /opt/adn-dashboard fi cd /opt -git clone https://github.com/Amateur-Digital-Network/ADN-Dashboard.git adn-dashboard +git clone https://gitlab.com/hp3icc/ADN-Dashboard.git adn-dashboard +#git clone https://github.com/Amateur-Digital-Network/ADN-Dashboard.git adn-dashboard cp /opt/adn-dashboard/proxy/proxy_SAMPLE.cfg /opt/adn-dashboard/proxy/proxy.cfg cp /opt/adn-dashboard/dashboard_SAMPLE.cfg /opt/adn-dashboard/dashboard.cfg diff --git a/update.sh b/update.sh index 1efb5fd..9b98ff4 100644 --- a/update.sh +++ b/update.sh @@ -1252,7 +1252,8 @@ if [ -d "/opt/adn-dashboard" ]; then rm -r /opt/adn-dashboard fi cd /opt -git clone https://github.com/Amateur-Digital-Network/ADN-Dashboard.git adn-dashboard +git clone https://gitlab.com/hp3icc/ADN-Dashboard.git adn-dashboard +#git clone https://github.com/Amateur-Digital-Network/ADN-Dashboard.git adn-dashboard cp /opt/adn-dashboard/proxy/proxy_SAMPLE.cfg /opt/adn-dashboard/proxy/proxy.cfg cp /opt/adn-dashboard/dashboard_SAMPLE.cfg /opt/adn-dashboard/dashboard.cfg