update readme and scripts

This commit is contained in:
Mateusz Gruszczyński
2025-10-25 22:46:09 +02:00
parent df442a2322
commit 1d7273be1f

View File

@@ -941,7 +941,7 @@ def install_node_from_nodesource(version: str):
print(f" npm: {npm_ver}")
else:
print(f" Node.js: {node_ver}")
print(f"⚠ npm not found, installing..)
print(f"⚠ npm not found, installing...")
run(["apt-get", "install", "-y", "npm"], check=False)