We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS: Fedora 40 (KDE Plasma 6.1.4) Script: newest version Wget: GNU Wget2 2.1.0
When running the script on Fedora it fails with the message "Unknown option 'show-progress' ":
This refers to
jetbrains-toolbox-install/jetbrains-toolbox.sh
Line 18 in b9bb768
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
jetbrains-toolbox-install/jetbrains-toolbox.sh
Line 18 in b9bb768
Solution
Simply removing "--show-progress" fixes the problem and the installation succeeds.
Adapted one-liner:
The text was updated successfully, but these errors were encountered: