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

Fix bug where missing BIN_PATH or APP_PATH causes install to fail. #153

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jbowen102
Copy link

Running installer.sh failed on a new Linux Mint install because the ~/.local/bin and ~/.local/share/applications directories did not exist yet.
I added conditionals to installer.sh that will create the above directories if needed during install. I also included conditionals for /usr/local/bin and /usr/share/applications (may be needed for system install rather than user-level).

@droidben
Copy link

droidben commented Jun 7, 2021

+1 for this fix, thanks for implementing it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants