Преглед изворни кода

Change the repo, for now. Maybe bugs can be fixed

Bob Mottram пре 10 година
родитељ
комит
d135792d15
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone Прегледај датотеку

@@ -8333,7 +8333,7 @@ function install_dynamicdns {
8333 8333
 
8334 8334
   cd $INSTALL_DIR
8335 8335
   apt-get -y install build-essential curl libgnutls28-dev automake1.11
8336
-  git clone https://github.com/troglobit/inadyn
8336
+  git clone https://github.com/bashrc/inadyn
8337 8337
   cd inadyn
8338 8338
   ./configure
8339 8339
   if [ ! "$?" = "0" ]; then