readme fix

This commit is contained in:
2026-02-22 00:09:16 +05:00
parent 1580d347d7
commit 701d502a9b

View File

@@ -21,10 +21,10 @@ Minimal, repeatable setup for Nginx Proxy Manager (NPM) on Angie (Debian/Ubuntu)
---
## Repository
Base URL: **https://git.linuxiarz.pl/gru/npm-angie-auto-install**
Base URL: **https://git.iamninja.ru/iamninja/npm-angie-auto-install.git**
> On Gitea, the raw file URL usually looks like:
> `https://git.linuxiarz.pl/gru/npm-angie-auto-install/raw/branch/main/npm_install.py`
> `https://git.iamninja.ru/iamninja/npm-angie-auto-install.git/raw/branch/main/npm_install.py`
---
@@ -37,13 +37,13 @@ Base URL: **https://git.linuxiarz.pl/gru/npm-angie-auto-install**
## Quick Start (one-liner) - Interactive mode
```bash
curl -fsSL https://git.linuxiarz.pl/gru/npm-angie-auto-install/raw/branch/master/npm_install.py \
curl -fsSL https://git.iamninja.ru/iamninja/npm-angie-auto-install.git/raw/branch/master/npm_install.py \
-o npm_install.py && sudo python3 npm_install.py
```
## Quick Start (one-liner) - NON-Interactive mode
```bash
curl -fsSL https://git.linuxiarz.pl/gru/npm-angie-auto-install/raw/branch/master/npm_install.py \
curl -fsSL https://git.iamninja.ru/iamninja/npm-angie-auto-install.git/raw/branch/master/npm_install.py \
-o npm_install.py && sudo python3 npm_install.py --npm-version 2.13.2 --node-version 24
```
@@ -75,7 +75,7 @@ optional arguments:
## Manual Download & Run
```bash
# 1) Download the latest installer script
curl -L https://git.linuxiarz.pl/gru/npm-angie-auto-install/raw/branch/master/npm_install.py -o npm_install.py
curl -L https://git.iamninja.ru/iamninja/npm-angie-auto-install.git/raw/branch/master/npm_install.py -o npm_install.py
# 2) Run installer with the latest stable release (auto-detects newest tag)
python3 npm_install.py
@@ -152,6 +152,3 @@ By default! Just Enable HTTP/2 in web interface.
## License
MIT
## Author
linuxiarz.pl, Mateusz Gruszczyński