fix(docs): correct install one-liner raw URL (Gitea, not GitLab) + v0.2.1
git.codelab.vc is Gitea/Forgejo: raw path is /raw/branch/<ref>/, the GitLab-style /-/raw/main/ returned 404 so the one-command install was broken. The one-liner now also fetches the script from the stable channel (vetted), not main.
This commit is contained in:
@@ -4,6 +4,13 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.2.1] — 2026-07-16
|
||||
|
||||
### Fixed
|
||||
- Установочный one-liner: `git.codelab.vc` — это Gitea/Forgejo, а не GitLab; правильный
|
||||
raw-путь — `/raw/branch/stable/install.sh` (старый `/-/raw/main/` отдавал 404, «установка
|
||||
одной командой» не работала). Скрипт теперь берётся с канала `stable` (vetted).
|
||||
|
||||
## [0.2.0] — 2026-07-16
|
||||
|
||||
### Fixed
|
||||
|
||||
Reference in New Issue
Block a user