Git Product home page Git Product logo

Comments (4)

brightersun99 avatar brightersun99 commented on May 27, 2024

doesn't help that there isn't a man page entry

from autohosts.

brightersun99 avatar brightersun99 commented on May 27, 2024

Doesn;'t look like i'm using it wrong from what information that does exist. I did think it was weird that it could mess up on something so simple buut i guess you find stuff like that in the GNU world.

from autohosts.

brightersun99 avatar brightersun99 commented on May 27, 2024

just had to check the sources it gets hosts from and add them myself thanks for nothing

from autohosts.

angela-d avatar angela-d commented on May 27, 2024

How did you install it and on what operating system?

doesn't help that there isn't a man page entry

This is a script I originally wrote for myself and offered it for others, feel free to contribute if you feel it's lacking anything. This is not the type of script you typically run a command for (post-installation), it's very much a 'set it and forget it' type application. Which, imo, negates the need for a manpage.

What I suspect may have happened, with the sparse information provided:

  • Ran git clone
  • Expected the script to auto-run/self-install

This is the part of the install I am assuming were missed:

&& cd autohosts && sudo apt install ./autohosts.deb

or

&& cd autohosts && sudo ./autohosts

The two ampersands && are conditions; they won't execute if you don't include them in your original command; they will only run if the execution to the left of it has completed. They are required for a successful installation.

Also:
If you have NOT run the command before ever runningsudo autohosts will NOT work.
Note the instructions:

sudo ./autohosts

The ./ expects you to go into the clone directory (cd autohosts) after you cloned it via git and then, ./ = execute from this directory.

sudo autohosts looks in /usr/bin or /usr/local/bin and autohosts will NOT exist there, until after an initial successful run.

You will know you've had a successful install, because you'll see output similar to the screenshots provided in the readme. If you haven't seen that yet, you missed a step, or a portion of a necessary installation command.

from autohosts.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.