Update missing packages.

This commit is contained in:
2026-06-06 17:40:27 +08:00
parent b7ff3cba4c
commit dd079bdbc7
3 changed files with 10 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
if [ ! -d "$DIR" ]; then
uv venv
fi
echo "Checking environment..."
if command -v nuitka &> /dev/null; then
echo "Nuitka installed"