A Bash script to download and install JetBrains Toolbox on Fedora.
This script ensures all necessary dependencies are installed and sets up the Toolbox in the appropriate directory for easy access and use.
To install or update Jetbrains-toolbox, you should run the install script. To do that, you may either download and run the script manually, or use the following cURL or Wget command:
curl -o- https://raw.githubusercontent.com/asapdotid/install-jetbrains-toolbox-fedora/refs/heads/main/install.sh | bash
or
wget -qO- https://raw.githubusercontent.com/asapdotid/install-jetbrains-toolbox-fedora/refs/heads/main/install.sh | bash