update readme and scripts
This commit is contained in:
@@ -14,7 +14,7 @@ Base URL: **https://gitea.linuxiarz.pl/gru/npm-angie-auto-install**
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
- Debian 12+ / Ubuntu 24.04 (root privileges).
|
- Debian 12+ / Ubuntu 24.04 (root privileges).
|
||||||
- `curl`, `python3`
|
- `curl`, `python3`, `sudo`
|
||||||
- Network access to fetch packages and Node/Yarn artifacts.
|
- Network access to fetch packages and Node/Yarn artifacts.
|
||||||
- ~2 GB RAM (recommended) or add 2 GB swap for safer frontend builds.
|
- ~2 GB RAM (recommended) or add 2 GB swap for safer frontend builds.
|
||||||
|
|
||||||
|
|||||||
@@ -941,7 +941,7 @@ def install_node_from_nodesource(version: str):
|
|||||||
print(f" npm: {npm_ver}")
|
print(f" npm: {npm_ver}")
|
||||||
else:
|
else:
|
||||||
print(f" Node.js: {node_ver}")
|
print(f" Node.js: {node_ver}")
|
||||||
print(f" ⚠ npm not found, attempting to install...")
|
print(f"⚠ npm not found, installing..)
|
||||||
|
|
||||||
run(["apt-get", "install", "-y", "npm"], check=False)
|
run(["apt-get", "install", "-y", "npm"], check=False)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user