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(). # ---------------------------------------------------------------------------