docs: use wget/curl & also show source on top

See coop-cloud/organising#591
This commit is contained in:
decentral1se 2024-04-03 00:50:23 +02:00
parent 38c6ec1c6b
commit 930d2217e0
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 20 additions and 4 deletions

View File

@ -2,14 +2,34 @@
title: Install
---
## Installer script source
You can view that [here](https://git.coopcloud.tech/coop-cloud/abra/src/branch/main/scripts/installer/installer).
## Stable release
### Wget
```
wget -q -O - https://install.abra.coopcloud.tech | bash
```
### Curl
```
curl https://install.abra.coopcloud.tech | bash
```
## Release candidate
### Wget
```
wget -q -O - https://install.abra.coopcloud.tech | bash -s -- --rc
```
### Curl
```
curl https://install.abra.coopcloud.tech | bash -s -- --rc
```
@ -36,10 +56,6 @@ Otherwise, you downloaded a corrupted file and you should re-download it.
Follow the guide [here](https://docs.coopcloud.tech/abra/hack/)
## Installer script source
You can view that [here](https://git.coopcloud.tech/coop-cloud/abra/src/branch/main/scripts/installer/installer).
## Using Docker
```