Fix repo org: giovannino → ceos

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
John A. Hoeven 2026-06-12 01:39:02 +02:00
commit 7488bb2199
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
#
# TODO — Forgejo: replace the wget block below with these three lines and delete the rest of this file:
# doas apk add git
# git clone -b dev https://git.jhoeven.net/giovannino/ceos-alpine-installer.git
# git clone -b dev https://git.jhoeven.net/ceos/ceos-alpine-installer.git
# cd ceos-alpine-installer && bash ce-install.sh
# ---------------------------------------------------------------------------

View file

@ -9,7 +9,7 @@
# Minimal Tier subscript: wiki viewer — glow from CE repo.
# Downloads binary, verifies sha256 and GPG signature, installs to ~/.local/bin/.
# Gracefully skips if CE repo is unreachable or verification fails.
# TODO — Forgejo: update CE_REPO_HOST to https://git.jhoeven.net/giovannino/ceos-alpine-installer/raw/branch/main/bin
# TODO — Forgejo: update CE_REPO_HOST to https://git.jhoeven.net/ceos/ceos-alpine-installer/raw/branch/main/bin
# Defines install_minimal_wiki().
# ---------------------------------------------------------------------------