Hello guys,
I downloaded the linux bin, did
chmod +x *.bin
but then
sudo ./*.bin
results in
error: could not set permissions on ‘/home/alessandro/.daedalus/nix/var/nix/profiles/per-user’ to 755: Operation not permitted
I tried the solution suggested here
but it did not help I just end up with a dat folder and two files, run and env. Executing run seels to go fine but in the end I still have the version 2.2 of Daedalus.
Thanks a lot guys, for any help
rdlrt
7 October 2020 21:15
2
If you ran it with sudo, the files were already created as root user and not a normal user (perhaps also explains permission denied).
erikd
7 October 2020 21:23
3
Best not to use sudo
when installing this. Just install it in as your regular user.
1 Like
path to > .loca/share/Daedalust
chmod +x filename
./filename
1 Like
Worked like a charm!
Thank you guys for the advices
claven
19 December 2020 17:10
6
This nugget should be easier to find. Thank you.