README: switch to self-hosted Gitea archive URL
This commit is contained in:
@@ -18,7 +18,7 @@ Detection is in `lib/distro.sh`. It sets variables like `$PKG_INSTALL`,
|
|||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://github.com/julianprester/linux-provision/archive/refs/heads/main.tar.gz | tar -xz -C ~ --one-top-level=linux-provision --strip-components=1 && bash ~/linux-provision/provision.sh --all
|
curl -fsSL https://git.julianprester.com/julianprester/linux-provision/archive/main.tar.gz | tar -xz -C ~ && bash ~/linux-provision/provision.sh --all
|
||||||
```
|
```
|
||||||
|
|
||||||
Or run individual stages:
|
Or run individual stages:
|
||||||
|
|||||||
Reference in New Issue
Block a user