Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wget: unrecognized option '--show-progress' on Fedora 40 #83

Open
beppeilgommista opened this issue Aug 20, 2024 · 2 comments
Open

wget: unrecognized option '--show-progress' on Fedora 40 #83

beppeilgommista opened this issue Aug 20, 2024 · 2 comments

Comments

@beppeilgommista
Copy link

Hi,
i get the error in title in the "installing font" section of the script.

i tried to delete the option and after that everything run without error.

winget --version

GNU Wget2 2.1.0

after that i tried to replace line 152 from this

        wget -q --show-progress $FONT_URL -O "$TEMP_DIR"/"${FONT_NAME}".zip

to this

        wget -q --progress=bar:force $FONT_URL -O "$TEMP_DIR"/"${FONT_NAME}".zip

and the progress bar shows without error.

sorry if i did something wrong, is my first contribution in a github project. please don't be too stern to me.

@lj3954
Copy link

lj3954 commented Aug 29, 2024

I came across this while working on quickemu last year: quickemu-project/quickemu#878. The best solution is probably to replace wget with curl, since it's very stable and installed nearly everywhere.

@chpgyr
Copy link

chpgyr commented Aug 30, 2024

Hi,
Another option is to install the Meslo.. font on Fedora 40 manually before running the setup script. The installation worked perfectly this way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants