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

Installation on Fedora fails - "Unknown option 'show-progress'" #25

Open
cyb3rko opened this issue Aug 25, 2024 · 0 comments
Open

Installation on Fedora fails - "Unknown option 'show-progress'" #25

cyb3rko opened this issue Aug 25, 2024 · 0 comments

Comments

@cyb3rko
Copy link

cyb3rko commented Aug 25, 2024

System

OS: Fedora 40 (KDE Plasma 6.1.4)
Script: newest version
Wget: GNU Wget2 2.1.0

Description

When running the script on Fedora it fails with the message "Unknown option 'show-progress' ":


This refers to

wget -q --show-progress -cO "$TMP_DIR/$ARCHIVE_FILENAME" "$ARCHIVE_URL"

Solution

Simply removing "--show-progress" fixes the problem and the installation succeeds.

Adapted one-liner:

curl -fsSL https://raw.githubusercontent.com/nagygergo/jetbrains-toolbox-install/master/jetbrains-toolbox.sh | sed 's/ --show-progress//' | bash
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

1 participant