Skip to content

Instantly share code, notes, and snippets.

View hegemanjr's full-sized avatar

Jeff Hegeman hegemanjr

View GitHub Profile
@hegemanjr
hegemanjr / install-toolbox.sh
Last active December 3, 2022 03:05 — forked from greeflas/install-toolbox.sh
JetBrains Toolbox installation script for Ubuntu - https://www.jetbrains.com/toolbox/app/
#!/bin/bash
set -e
if [ -d ~/.local/share/JetBrains/Toolbox ]; then
echo "JetBrains Toolbox is already installed!"
exit 0
fi
echo "Start installation..."