From 7488bb2199c95bbb92f8c2353053379018630f68 Mon Sep 17 00:00:00 2001 From: "John A. Hoeven" Date: Fri, 12 Jun 2026 01:39:02 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20repo=20org:=20giovannino=20=E2=86=92=20ce?= =?UTF-8?q?os?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- bootstrap.sh | 2 +- lib/minimal/11_wiki.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index f9cd128..fb90b46 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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 # --------------------------------------------------------------------------- diff --git a/lib/minimal/11_wiki.sh b/lib/minimal/11_wiki.sh index 356f1f4..cff2032 100644 --- a/lib/minimal/11_wiki.sh +++ b/lib/minimal/11_wiki.sh @@ -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(). # ---------------------------------------------------------------------------