troubleshooting DDNS client installation: ./installer.sh

How long does it take to sail to Evermeet from the Neverwinter harbor?

Can elves trance in armor without any downsides?

Why did my relationship with my wife go down by two hearts?

What would be the effect of a giant magical fireball burning in the ocean?

Are dead worlds a good galactic barrier?

How can you tell apart the pronounciation at the end between the "meine" and "meiner" in the daily spoken situation?

How can I seal 8 inch round holes in my siding?

ISO how high is right at night

Does the US require any level of apolitical-ness from career federal employees?

Why it is a big deal whether or not Adam Schiff talked to the whistleblower?

Does any politician - honestly - want a No Deal Brexit?

If I did not sign promotion bonus document, my career would be over. Is this duress?

In this day and age should the definition / categorisation of erotica be revised?

How were Kurds involved (or not) in the invasion of Normandy?

Can Microsoft employees see my data?

Why were germanium diodes so fast and germanium transisters so slow?

What sport was she watching?

Did it take 3 minutes to reload a musket when the second amendment to the US constitution was ratified?

Charges from Dollar General have never shown up on my debit card. How can I resolve this?

How can the mourner remarry within one month, if he has to wait two regalim?

On notice period - coworker I need to train is giving me the silent treatment

How much does freezing grapes longer sweeten them more?

How are Aircraft Noses Designed?

I'm half of a hundred



troubleshooting DDNS client installation: ./installer.sh







.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{
margin-bottom:0;
}








0

















Context: DDNS client to be installed on Raspbian (Raspberry Pi). Online Installation through SSH instructions:



First, Clone the repo:



git clone https://github.com/nachoparker/nextcloud-raspbian-generator.git


Second, Invoke the generic software installer with the script no-ip.sh



pi@nextcloudpi:~ $ ./installer.sh no-ip.sh 192.168.8.114
-bash: ./installer.sh: No such file or directory


Question: Where to begin troubleshooting the above error?



Check clone results:



pi@nextcloudpi:~ $ cd ~/nextcloud-raspbian-generator/
pi@nextcloudpi:~/nextcloud-raspbian-generator $ ls -l
total 248
-rw-r--r-- 1 pi pi 2059 Oct 10 19:02 armbian.sh
-rwxr-xr-x 1 pi pi 3441 Oct 10 19:02 batch.sh
drwxr-xr-x 3 pi pi 4096 Oct 10 19:02 bin
-rwxr-xr-x 1 pi pi 2531 Oct 10 19:02 build-docker.sh
-rw-r--r-- 1 pi pi 10904 Oct 10 19:02 buildlib.sh
-rwxr-xr-x 1 pi pi 1926 Oct 10 19:02 build-SD-armbian.sh
-rwxr-xr-x 1 pi pi 1663 Oct 10 19:02 build-SD-berryboot.sh
-rwxr-xr-x 1 pi pi 4093 Oct 10 19:02 build-SD-rpi.sh
-rwxr-xr-x 1 pi pi 2038 Oct 10 19:02 build-VM.sh
-rw-r--r-- 1 pi pi 77575 Oct 10 19:02 changelog.md
-rw-r--r-- 1 pi pi 96 Oct 10 19:02 config-bananapi.conf
-rw-r--r-- 1 pi pi 96 Oct 10 19:02 config-odroidxu4.conf
-rw-r--r-- 1 pi pi 12 Oct 10 19:02 config-orangepizeroplus2-h5.conf
-rw-r--r-- 1 pi pi 120 Oct 10 19:02 config-rock64.conf
-rw-r--r-- 1 pi pi 338 Oct 10 19:02 CONTRIBUTING.md
drwxr-xr-x 6 pi pi 4096 Oct 10 19:02 docker
-rw-r--r-- 1 pi pi 287 Oct 10 19:02 docker-compose-armhf.yml
-rw-r--r-- 1 pi pi 264 Oct 10 19:02 docker-compose-nc-armhf.yml
-rw-r--r-- 1 pi pi 347 Oct 10 19:02 docker-compose-ncpdev.yml
-rw-r--r-- 1 pi pi 262 Oct 10 19:02 docker-compose-nc.yml
-rw-r--r-- 1 pi pi 285 Oct 10 19:02 docker-compose.yml
drwxr-xr-x 3 pi pi 4096 Oct 10 19:02 etc
-rw-r--r-- 1 pi pi 3202 Oct 10 19:02 install.sh
-rw-r--r-- 1 pi pi 5789 Oct 10 19:02 lamp.sh
drwxr-xr-x 8 pi pi 4096 Oct 10 19:02 ncp-app
-rw-r--r-- 1 pi pi 8991 Oct 10 19:02 ncp.sh
drwxr-xr-x 8 pi pi 4096 Oct 10 19:02 ncp-web
-rw-r--r-- 1 pi pi 1488 Oct 10 19:02 post-inst.sh
-rw-r--r-- 1 pi pi 4212 Oct 10 19:02 README.md
-rw-r--r-- 1 pi pi 4751 Oct 10 19:02 README-ZH-TW.md
-rwxr-xr-x 1 pi pi 3641 Oct 10 19:02 run_update_history.sh
-rwxr-xr-x 1 pi pi 1220 Oct 10 19:02 tag_and_push.sh
drwxr-xr-x 2 pi pi 4096 Oct 10 19:02 tests
drwxr-xr-x 2 pi pi 4096 Oct 10 19:02 updates
-rwxr-xr-x 1 pi pi 5571 Oct 10 19:02 update.sh









share|improve this question

































    0

















    Context: DDNS client to be installed on Raspbian (Raspberry Pi). Online Installation through SSH instructions:



    First, Clone the repo:



    git clone https://github.com/nachoparker/nextcloud-raspbian-generator.git


    Second, Invoke the generic software installer with the script no-ip.sh



    pi@nextcloudpi:~ $ ./installer.sh no-ip.sh 192.168.8.114
    -bash: ./installer.sh: No such file or directory


    Question: Where to begin troubleshooting the above error?



    Check clone results:



    pi@nextcloudpi:~ $ cd ~/nextcloud-raspbian-generator/
    pi@nextcloudpi:~/nextcloud-raspbian-generator $ ls -l
    total 248
    -rw-r--r-- 1 pi pi 2059 Oct 10 19:02 armbian.sh
    -rwxr-xr-x 1 pi pi 3441 Oct 10 19:02 batch.sh
    drwxr-xr-x 3 pi pi 4096 Oct 10 19:02 bin
    -rwxr-xr-x 1 pi pi 2531 Oct 10 19:02 build-docker.sh
    -rw-r--r-- 1 pi pi 10904 Oct 10 19:02 buildlib.sh
    -rwxr-xr-x 1 pi pi 1926 Oct 10 19:02 build-SD-armbian.sh
    -rwxr-xr-x 1 pi pi 1663 Oct 10 19:02 build-SD-berryboot.sh
    -rwxr-xr-x 1 pi pi 4093 Oct 10 19:02 build-SD-rpi.sh
    -rwxr-xr-x 1 pi pi 2038 Oct 10 19:02 build-VM.sh
    -rw-r--r-- 1 pi pi 77575 Oct 10 19:02 changelog.md
    -rw-r--r-- 1 pi pi 96 Oct 10 19:02 config-bananapi.conf
    -rw-r--r-- 1 pi pi 96 Oct 10 19:02 config-odroidxu4.conf
    -rw-r--r-- 1 pi pi 12 Oct 10 19:02 config-orangepizeroplus2-h5.conf
    -rw-r--r-- 1 pi pi 120 Oct 10 19:02 config-rock64.conf
    -rw-r--r-- 1 pi pi 338 Oct 10 19:02 CONTRIBUTING.md
    drwxr-xr-x 6 pi pi 4096 Oct 10 19:02 docker
    -rw-r--r-- 1 pi pi 287 Oct 10 19:02 docker-compose-armhf.yml
    -rw-r--r-- 1 pi pi 264 Oct 10 19:02 docker-compose-nc-armhf.yml
    -rw-r--r-- 1 pi pi 347 Oct 10 19:02 docker-compose-ncpdev.yml
    -rw-r--r-- 1 pi pi 262 Oct 10 19:02 docker-compose-nc.yml
    -rw-r--r-- 1 pi pi 285 Oct 10 19:02 docker-compose.yml
    drwxr-xr-x 3 pi pi 4096 Oct 10 19:02 etc
    -rw-r--r-- 1 pi pi 3202 Oct 10 19:02 install.sh
    -rw-r--r-- 1 pi pi 5789 Oct 10 19:02 lamp.sh
    drwxr-xr-x 8 pi pi 4096 Oct 10 19:02 ncp-app
    -rw-r--r-- 1 pi pi 8991 Oct 10 19:02 ncp.sh
    drwxr-xr-x 8 pi pi 4096 Oct 10 19:02 ncp-web
    -rw-r--r-- 1 pi pi 1488 Oct 10 19:02 post-inst.sh
    -rw-r--r-- 1 pi pi 4212 Oct 10 19:02 README.md
    -rw-r--r-- 1 pi pi 4751 Oct 10 19:02 README-ZH-TW.md
    -rwxr-xr-x 1 pi pi 3641 Oct 10 19:02 run_update_history.sh
    -rwxr-xr-x 1 pi pi 1220 Oct 10 19:02 tag_and_push.sh
    drwxr-xr-x 2 pi pi 4096 Oct 10 19:02 tests
    drwxr-xr-x 2 pi pi 4096 Oct 10 19:02 updates
    -rwxr-xr-x 1 pi pi 5571 Oct 10 19:02 update.sh









    share|improve this question





























      0












      0








      0








      Context: DDNS client to be installed on Raspbian (Raspberry Pi). Online Installation through SSH instructions:



      First, Clone the repo:



      git clone https://github.com/nachoparker/nextcloud-raspbian-generator.git


      Second, Invoke the generic software installer with the script no-ip.sh



      pi@nextcloudpi:~ $ ./installer.sh no-ip.sh 192.168.8.114
      -bash: ./installer.sh: No such file or directory


      Question: Where to begin troubleshooting the above error?



      Check clone results:



      pi@nextcloudpi:~ $ cd ~/nextcloud-raspbian-generator/
      pi@nextcloudpi:~/nextcloud-raspbian-generator $ ls -l
      total 248
      -rw-r--r-- 1 pi pi 2059 Oct 10 19:02 armbian.sh
      -rwxr-xr-x 1 pi pi 3441 Oct 10 19:02 batch.sh
      drwxr-xr-x 3 pi pi 4096 Oct 10 19:02 bin
      -rwxr-xr-x 1 pi pi 2531 Oct 10 19:02 build-docker.sh
      -rw-r--r-- 1 pi pi 10904 Oct 10 19:02 buildlib.sh
      -rwxr-xr-x 1 pi pi 1926 Oct 10 19:02 build-SD-armbian.sh
      -rwxr-xr-x 1 pi pi 1663 Oct 10 19:02 build-SD-berryboot.sh
      -rwxr-xr-x 1 pi pi 4093 Oct 10 19:02 build-SD-rpi.sh
      -rwxr-xr-x 1 pi pi 2038 Oct 10 19:02 build-VM.sh
      -rw-r--r-- 1 pi pi 77575 Oct 10 19:02 changelog.md
      -rw-r--r-- 1 pi pi 96 Oct 10 19:02 config-bananapi.conf
      -rw-r--r-- 1 pi pi 96 Oct 10 19:02 config-odroidxu4.conf
      -rw-r--r-- 1 pi pi 12 Oct 10 19:02 config-orangepizeroplus2-h5.conf
      -rw-r--r-- 1 pi pi 120 Oct 10 19:02 config-rock64.conf
      -rw-r--r-- 1 pi pi 338 Oct 10 19:02 CONTRIBUTING.md
      drwxr-xr-x 6 pi pi 4096 Oct 10 19:02 docker
      -rw-r--r-- 1 pi pi 287 Oct 10 19:02 docker-compose-armhf.yml
      -rw-r--r-- 1 pi pi 264 Oct 10 19:02 docker-compose-nc-armhf.yml
      -rw-r--r-- 1 pi pi 347 Oct 10 19:02 docker-compose-ncpdev.yml
      -rw-r--r-- 1 pi pi 262 Oct 10 19:02 docker-compose-nc.yml
      -rw-r--r-- 1 pi pi 285 Oct 10 19:02 docker-compose.yml
      drwxr-xr-x 3 pi pi 4096 Oct 10 19:02 etc
      -rw-r--r-- 1 pi pi 3202 Oct 10 19:02 install.sh
      -rw-r--r-- 1 pi pi 5789 Oct 10 19:02 lamp.sh
      drwxr-xr-x 8 pi pi 4096 Oct 10 19:02 ncp-app
      -rw-r--r-- 1 pi pi 8991 Oct 10 19:02 ncp.sh
      drwxr-xr-x 8 pi pi 4096 Oct 10 19:02 ncp-web
      -rw-r--r-- 1 pi pi 1488 Oct 10 19:02 post-inst.sh
      -rw-r--r-- 1 pi pi 4212 Oct 10 19:02 README.md
      -rw-r--r-- 1 pi pi 4751 Oct 10 19:02 README-ZH-TW.md
      -rwxr-xr-x 1 pi pi 3641 Oct 10 19:02 run_update_history.sh
      -rwxr-xr-x 1 pi pi 1220 Oct 10 19:02 tag_and_push.sh
      drwxr-xr-x 2 pi pi 4096 Oct 10 19:02 tests
      drwxr-xr-x 2 pi pi 4096 Oct 10 19:02 updates
      -rwxr-xr-x 1 pi pi 5571 Oct 10 19:02 update.sh









      share|improve this question















      Context: DDNS client to be installed on Raspbian (Raspberry Pi). Online Installation through SSH instructions:



      First, Clone the repo:



      git clone https://github.com/nachoparker/nextcloud-raspbian-generator.git


      Second, Invoke the generic software installer with the script no-ip.sh



      pi@nextcloudpi:~ $ ./installer.sh no-ip.sh 192.168.8.114
      -bash: ./installer.sh: No such file or directory


      Question: Where to begin troubleshooting the above error?



      Check clone results:



      pi@nextcloudpi:~ $ cd ~/nextcloud-raspbian-generator/
      pi@nextcloudpi:~/nextcloud-raspbian-generator $ ls -l
      total 248
      -rw-r--r-- 1 pi pi 2059 Oct 10 19:02 armbian.sh
      -rwxr-xr-x 1 pi pi 3441 Oct 10 19:02 batch.sh
      drwxr-xr-x 3 pi pi 4096 Oct 10 19:02 bin
      -rwxr-xr-x 1 pi pi 2531 Oct 10 19:02 build-docker.sh
      -rw-r--r-- 1 pi pi 10904 Oct 10 19:02 buildlib.sh
      -rwxr-xr-x 1 pi pi 1926 Oct 10 19:02 build-SD-armbian.sh
      -rwxr-xr-x 1 pi pi 1663 Oct 10 19:02 build-SD-berryboot.sh
      -rwxr-xr-x 1 pi pi 4093 Oct 10 19:02 build-SD-rpi.sh
      -rwxr-xr-x 1 pi pi 2038 Oct 10 19:02 build-VM.sh
      -rw-r--r-- 1 pi pi 77575 Oct 10 19:02 changelog.md
      -rw-r--r-- 1 pi pi 96 Oct 10 19:02 config-bananapi.conf
      -rw-r--r-- 1 pi pi 96 Oct 10 19:02 config-odroidxu4.conf
      -rw-r--r-- 1 pi pi 12 Oct 10 19:02 config-orangepizeroplus2-h5.conf
      -rw-r--r-- 1 pi pi 120 Oct 10 19:02 config-rock64.conf
      -rw-r--r-- 1 pi pi 338 Oct 10 19:02 CONTRIBUTING.md
      drwxr-xr-x 6 pi pi 4096 Oct 10 19:02 docker
      -rw-r--r-- 1 pi pi 287 Oct 10 19:02 docker-compose-armhf.yml
      -rw-r--r-- 1 pi pi 264 Oct 10 19:02 docker-compose-nc-armhf.yml
      -rw-r--r-- 1 pi pi 347 Oct 10 19:02 docker-compose-ncpdev.yml
      -rw-r--r-- 1 pi pi 262 Oct 10 19:02 docker-compose-nc.yml
      -rw-r--r-- 1 pi pi 285 Oct 10 19:02 docker-compose.yml
      drwxr-xr-x 3 pi pi 4096 Oct 10 19:02 etc
      -rw-r--r-- 1 pi pi 3202 Oct 10 19:02 install.sh
      -rw-r--r-- 1 pi pi 5789 Oct 10 19:02 lamp.sh
      drwxr-xr-x 8 pi pi 4096 Oct 10 19:02 ncp-app
      -rw-r--r-- 1 pi pi 8991 Oct 10 19:02 ncp.sh
      drwxr-xr-x 8 pi pi 4096 Oct 10 19:02 ncp-web
      -rw-r--r-- 1 pi pi 1488 Oct 10 19:02 post-inst.sh
      -rw-r--r-- 1 pi pi 4212 Oct 10 19:02 README.md
      -rw-r--r-- 1 pi pi 4751 Oct 10 19:02 README-ZH-TW.md
      -rwxr-xr-x 1 pi pi 3641 Oct 10 19:02 run_update_history.sh
      -rwxr-xr-x 1 pi pi 1220 Oct 10 19:02 tag_and_push.sh
      drwxr-xr-x 2 pi pi 4096 Oct 10 19:02 tests
      drwxr-xr-x 2 pi pi 4096 Oct 10 19:02 updates
      -rwxr-xr-x 1 pi pi 5571 Oct 10 19:02 update.sh






      nextcloudpi






      share|improve this question














      share|improve this question











      share|improve this question




      share|improve this question










      asked 52 mins ago









      gatorbackgatorback

      3741 silver badge15 bronze badges




      3741 silver badge15 bronze badges

























          0






          active

          oldest

          votes













          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });















          draft saved

          draft discarded
















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f546232%2ftroubleshooting-ddns-client-installation-installer-sh%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown


























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes

















          draft saved

          draft discarded



















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f546232%2ftroubleshooting-ddns-client-installation-installer-sh%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown









          Popular posts from this blog

          Hudson River Historic District Contents Geography History The district today Aesthetics Cultural...

          The number designs the writing. Feandra Aversely Definition: The act of ingrafting a sprig or shoot of one...

          Ayherre Geografie Demografie Externe links Navigatiemenu43° 23′ NB, 1° 15′ WL43° 23′ NB, 1°...