BGforgeNet/Fallout2_Restoration_Project

rpu-install.sh keeps asking me to recursively lowercase the directory when I already have done so

Vitoria90 opened this issue · 4 comments

What happened

I can't install the Linux version of RPU, on Ubuntu 22.04.4 LTS, because the install script keeps asking me to recursively lowercase the Fallout 2 directory after I have already done so.
I have tried both on the wine virtual C drive and also with the fallout 2 folder directly in the home folder.

What you expected to happen

For it to install

Screenshot

image
image
image

Savegame

not applicable

Run bash -x rpu-install.sh, and you'll see the flow.
Also, you don't need to use sudo.

image

Here's the result of that

Now you can see that find . -name '[[:upper:]]*' finds 16 items. Run that command to see what are they.

So that did solve it. I would like to point out that the instruction of "rename folders recursively" left it very ambiguous that I also had to make sure every file had to be lowercased, though in retrospect it becomes obvious.

Thank you for the help.