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

bb86df9 cp: share/discordbsd/*: No such file or directory #7

Open
grahamperrin opened this issue Nov 20, 2023 · 1 comment
Open

bb86df9 cp: share/discordbsd/*: No such file or directory #7

grahamperrin opened this issue Nov 20, 2023 · 1 comment

Comments

@grahamperrin
Copy link
Contributor

Close #6 in favour of this?

% ./install.sh
Installing DiscordBSD
Removing old installation...
cp: share/discordbsd/*: No such file or directory
Done!
% which discordbsd
discordbsd: Command not found.
% which DiscordBSD
DiscordBSD: Command not found.
% which discord
/home/grahamperrin/.local/bin/discord
% discord
/home/grahamperrin/.local/bin/discord: ./discord/discordbsd: not found
% git log --oneline -n 1
bb86df9 (HEAD -> main, origin/main, origin/HEAD) fix install script
% 
@SrWither
Copy link
Owner

you are running the install script without building the project
you have 2 options:

  • download the version compiled by me from the release (which already has the permission denied error corrected)
  • or compile it by hand, for this you need to install electron27 and have devel/electron27 in the ports tree, install app-builder by pkg and run the build.sh file

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

2 participants