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

Needs to create ~/.local/bin if it doesn't already exist #111

Open
swinny89 opened this issue Nov 25, 2020 · 2 comments
Open

Needs to create ~/.local/bin if it doesn't already exist #111

swinny89 opened this issue Nov 25, 2020 · 2 comments

Comments

@swinny89
Copy link

When I run the installer script, I get a bunch of messages like this:

  Configuring Windows Wordpad Application...tee: /home/swinny/.local/bin/wordpad.exe: No such file or directory
chmod: cannot access '/home/swinny/.local/bin/wordpad.exe': No such file or directory
 Finished.

Solved by manually creating bin in ~.local\

@hbendev
Copy link

hbendev commented Dec 1, 2020

Indeed @swinny89, a simple mkdir ~/.local/bin solved this issue for me.

@jbowen102
Copy link

jbowen102 commented Dec 27, 2020

I created pull request #153 to address this issue.

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

No branches or pull requests

3 participants