Skip to content

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

Open
jbowen102 wants to merge 1 commit intoFmstrat:mainfrom
jbowen102:fix-missing-folders
Open

Fix bug where missing BIN_PATH or APP_PATH causes install to fail.#153
jbowen102 wants to merge 1 commit intoFmstrat:mainfrom
jbowen102:fix-missing-folders

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

Comments