README: use curl+tar zip download instead of git clone
Works on a fresh machine with no credentials or SSH keys configured. GitHub serves public archives without authentication.
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
|
||||||
git clone https://git.julianprester.com/julianprester/linux-provision.git ~/linux-provision && bash ~/linux-provision/provision.sh --all
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
Or run individual stages:
|
Or run individual stages:
|
||||||
|
|||||||
Reference in New Issue
Block a user