move quick start script to tmp folder
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://git.julianprester.com/julianprester/linux-provisioning/archive/main.tar.gz | tar -xz -C ~ && bash ~/linux-provisioning/provision.sh --all
|
curl -fsSL https://git.julianprester.com/julianprester/linux-provisioning/archive/main.tar.gz | tar -xz -C /tmp/ && bash /tmp/linux-provisioning/provision.sh --all
|
||||||
```
|
```
|
||||||
|
|
||||||
Or run individual stages:
|
Or run individual stages:
|
||||||
|
|||||||
Reference in New Issue
Block a user