not1mm upgrade fix

This commit is contained in:
David Young
2026-08-13 14:17:35 -06:00
parent 2b5c8f898a
commit c05aa07115
+2 -2
View File
@@ -6,8 +6,8 @@ is_installed() {
}
run_update() {
echo "→ Updating not1mm..."
curl -LsSf uvx.sh/not1mm/install.sh | sh
echo "→ Upgrading uv tools..."
uv tool upgrade --all
echo "→ Updating dx.py..."
wget -q https://raw.githubusercontent.com/HB9VQQ/dx.py/main/dx.py -O "$HOME/.local/bin/dx.py"