scripts/source/fetch.sh (sourced at runtime via files_source.sh): - lpFetchRelease [ver]: resolve channel manifest -> download tarball -> VERIFY sha256 (refuse on mismatch/absence) -> replace the install tree ( is code-only now; configs/logs live in the separate system tree, so no backup dance). Host/channel from LP_RELEASE_BASE_URL/CFG_RELEASE_BASE_URL + channel. - lpFetchSource: dispatch release|git|local. - lpVersionGt: numeric dotted semver compare (used by the updater + badge). init.sh initGIT is now release-aware: the bootstrap (install.sh) stages+verifies the code and sets LP_ALREADY_FETCHED=1 (skip re-fetch); a direct release run sources fetch.sh; a bare /root reinstall is directed to install.sh. install.sh exports LP_ALREADY_FETCHED + LP_RELEASE_BASE_URL on hand-off. validateUnattended already accepts release (git-url is gated on git mode). Config: CFG_INSTALL_MODE default -> release, + CFG_RELEASE_BASE_URL / CFG_RELEASE_CHANNEL (add-only reconcile preserves existing installs' git/local mode). Verified: lpVersionGt across cases; lpFetchRelease downloads+verifies+extracts a clean tree against a local server. The updater + reset/reinstall release paths are phase D. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
10 lines
208 B
Bash
10 lines
208 B
Bash
#!/bin/bash
|
|
|
|
# This file is auto-generated by generate_arrays.sh
|
|
# Do not edit manually - run './scripts/source/files/generate_arrays.sh run' to regenerate
|
|
|
|
release_scripts=(
|
|
"release/make_release.sh"
|
|
|
|
)
|