You are not logged in.
Pages: 1
It worked. Thanks,
: )
Hi, I'm trying to install The Elder Scrolls Online on my system (Devuan Daedalus up-to-date) with Lutris using the standalone version but it failed.
The error is that /usr/bin/bash executable can't be find.
$ ls -l /usr/bin/bash
ls: impossible d'accéder à '/usr/bin/bash': Aucun fichier ou dossier de ce type
So, /usr/bin/bash doesn't exist.
I wonder if I can just create a symlink to /bin/bash, as it exists.
Does ln -s /bin/bash /usr/bin/bash can do the job ?
By the way, I was able to install some other video games using the GOG version without any problems. It failed only with TESO.
Pages: 1