Giter Site home page Giter Site logo

root requirement about chatgpt-shell-cli HOT 4 CLOSED

0xacx avatar 0xacx commented on May 26, 2024
root requirement

from chatgpt-shell-cli.

Comments (4)

Zeioth avatar Zeioth commented on May 26, 2024

The AUR guidelines advise not to install packages in ~/local/bin.

People on #Archlinux IRC redirected me here, so the convention is actually to install always on /usr/bin. And it specifically says, packages should not modify the /home directory (where .local/bin is).

/usr/local/usr is reserved for programs not managed by the package manager. So it makes sense for install.sh, but not for the AUR package. So I'm gonna change this.

Also, in case you want to make a program available only for certain users, the right way is to do it through user permissions, not through ~/.local/bin, this directory is for user scripts only.

from chatgpt-shell-cli.

Zeioth avatar Zeioth commented on May 26, 2024

In other words, root is always required when you install a program.

from chatgpt-shell-cli.

matbee-eth avatar matbee-eth commented on May 26, 2024

Yeah, I'll just fork and put it in npm or such

from chatgpt-shell-cli.

0xacx avatar 0xacx commented on May 26, 2024

@matbee-eth Thank you for the interest! The script is installed in /usr/local/bin/ which is the default directory to install scripts on mac. Copying a file in /usr directory, requires super user privileges, thus the required use of sudo for the script. You can install it manually in any other directory and it will work, as long as you add it to $PATH.

from chatgpt-shell-cli.

Related Issues (20)

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.