From 930d2217e0d4f3cf2121ec727ecdc11f77f7d206 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Wed, 3 Apr 2024 00:50:23 +0200 Subject: [PATCH] docs: use wget/curl & also show source on top See https://git.coopcloud.tech/coop-cloud/organising/issues/591 --- docs/abra/install.md | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/docs/abra/install.md b/docs/abra/install.md index 34bb11c..9f2241d 100644 --- a/docs/abra/install.md +++ b/docs/abra/install.md @@ -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 ```