Skip to content

Instantly share code, notes, and snippets.

View alisher-matkurbanov's full-sized avatar
🏠
Working from home

Alisher alisher-matkurbanov

🏠
Working from home
View GitHub Profile
@greeflas
greeflas / install-toolbox.sh
Last active March 29, 2024 07:53
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..."