Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux installation script not working right #208

Closed
levkk opened this issue Jun 7, 2024 · 1 comment · Fixed by #219
Closed

Linux installation script not working right #208

levkk opened this issue Jun 7, 2024 · 1 comment · Fixed by #219
Labels
kind/bug Something isn't working

Comments

@levkk
Copy link

levkk commented Jun 7, 2024

Describe the bug
The Linux installation script installs the binary into ~/.local/bin, i.e. it makes that path the executable, not a folder, and doesn't copy the executable into it.

To Reproduce
Steps to reproduce the behavior: Use the installation script with no arguments.

Expected behavior
Should probably install it into ~/.local/bin/dblab although I don't think that's typically included into PATH. Might prompt for password and install into /usr/local/bin/dblab instead.

OS (please complete the following information):

  • Arch
@levkk levkk added the kind/bug Something isn't working label Jun 7, 2024
fmalina added a commit to fmalina/dblab that referenced this issue Jun 8, 2024
@danvergara
Copy link
Owner

I can't reproduce the problem. I've been running this script on Mac, Fedora, Debian and Ubuntu for years and I had no problem at all.

I realized that the original script I took inspiration from was improved over the years, tho. I hope it addresses the installation issue.

I won't change the default value because current path is OK as it is and can changed by the user anytime, and won't change it to an administrator directory, either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
2 participants