blob: da4b2d86c18c6aff39ee30dfffd366e7fa7ba234 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/usr/bin/env bash
# ==================================================
# KoolDots (2026)
# Project URL: https://github.com/LinuxBeginnings
# License: GNU GPLv3
# SPDX-License-Identifier: GPL-3.0-or-later
# ==================================================
curl -LsSf https://astral.sh/uv/install.sh | sh
|