jlobue10 / rEFInd_GUI

A graphical setup and customization utility to use alongside rEFInd
MIT License
5 stars 2 forks source link

Script Error in non-english locales #1

Open Sinsight opened 4 months ago

Sinsight commented 4 months ago

Hi! Just want to say that I had an issue while installing script on my Legion GO (Bazzite). The following command in Readme.md is incorrect:

curl -L https://github.com/jlobue10/rEFInd_GUI/raw/main/install-rEFInd-GUI.sh | sh

shebang string in script points that this is a bash-script and piping it's content to sh leads to errors - sh don't know about test command with square brackets (closing one) Another Issue that I dont have Downloads folder in my user's home space. For my locale this folder called "Загрузки". So I need to create it before script execution. Anyway, thanks for your script. Also I was able to install rEFInd with MOK, so I have Secure Boot enabled.

jlobue10 commented 4 months ago

Thank you for the feedback. Outside of English locales, certain things may break unfortunately.

I have been meaning to update the README with info about sbctl too since that is how I've been doing secure boot on the ALLY (using Nobara) for a while.

Certain things don't play nicely with Bazzite right now and need more testing for fixes. Quality pull requests are always allowed and appreciated.