mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 21:20:55 +00:00
Update GitLab path.
This commit is contained in:
parent
2d429ae04d
commit
c1a07f1001
@ -21,5 +21,5 @@ available.
|
||||
|
||||
```bash
|
||||
# Always validate the contents of a script from the internet!
|
||||
bash -c "$(curl -sL https://git.gorence.io/lgorence/foundation/-/raw/main/install.sh)"
|
||||
bash -c "$(curl -sL https://git.gorence.io/minecraft/foundation/-/raw/main/install.sh)"
|
||||
```
|
||||
|
@ -15,7 +15,7 @@ object UpdateUtil {
|
||||
|
||||
// TODO: Add environment variable override. Document it.
|
||||
private const val basePath =
|
||||
"https://git.gorence.io/lgorence/foundation/-/jobs/artifacts/main/raw"
|
||||
"https://git.gorence.io/minecraft/foundation/-/jobs/artifacts/main/raw"
|
||||
private const val basePathQueryParams = "job=build"
|
||||
private const val manifestPath = "build/manifests/update.json"
|
||||
|
||||
|
@ -20,7 +20,7 @@ if [ ! -d plugins ]; then
|
||||
fi
|
||||
|
||||
# Base GitLab update manifest.
|
||||
base_url="https://git.gorence.io/lgorence/foundation/-/jobs/artifacts/main/raw/"
|
||||
base_url="https://git.gorence.io/minecraft/foundation/-/jobs/artifacts/main/raw/"
|
||||
query_params="job=build"
|
||||
|
||||
# Download the update manifest.
|
||||
|
Loading…
Reference in New Issue
Block a user