I want to install Games in .Wine via Lutris and they all look for the folder in /Home .wine. I want to install to a second drive with more storage. One suggestion was using a bash script but I have never worked with bash. Another was using a simple symlink.
I created a symlink:
ln -s /home/.wine/ /media/user/extradrive1/WineGames/.wine
Would something like this work?