DiscordBSD
DiscordBSD copied to clipboard
bb86df9 cp: share/discordbsd/*: No such file or directory
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
%
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 havedevel/electron27
in the ports tree, installapp-builder
by pkg and run thebuild.sh
file