From 78bad1c2bf3a8b4c96c79df7c0a5c045752b45f0 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Dec 19 2023 05:03:38 +0000 Subject: Document the release installation endpoints --- diff --git a/modules/ROOT/pages/faq.adoc b/modules/ROOT/pages/faq.adoc index 1255cae..27ae2ba 100644 --- a/modules/ROOT/pages/faq.adoc +++ b/modules/ROOT/pages/faq.adoc @@ -22,6 +22,16 @@ We are using a https://fedoraproject.org/wiki/Remix[Remix] as opposed to deliver Ultimately, we expect Apple Silicon support to be integrated in Fedora Linux in a future release, and are working towards this goal. This approach is in line with the overarching goal of the Asahi project itself to integrate support for these systems in the relevant upstream projects. +=== What is the difference between alx.sh and fedora-asahi-remix.org? + +Fedora Asahi Remix can be installed from https://fedora-asahi-remix.org or from https://asahilinux.org (which points to alx.sh). These are functionally equivalent, with the only differences being: + +- fedora-asahi-remix.org is maintained by the Fedora Asahi SIG, asahilinux.org and alx.sh are maintained by the Asahi Linux project +- fedora-asahi-remix.org and alx.sh are backed by different CDN providers; depending on where you are in the world, one may be a bit faster than the other +- alx.sh can offer additional installation options that are not related to Fedora Asahi Remix + +Both endpoints serve the same installation images, so there is no difference in the resulting system if the same installation option is chosen. + == HOWTOs === How do I access protected content in browsers (Widevine DRM) diff --git a/modules/ROOT/pages/installation.adoc b/modules/ROOT/pages/installation.adoc index 869c003..ee39b50 100644 --- a/modules/ROOT/pages/installation.adoc +++ b/modules/ROOT/pages/installation.adoc @@ -5,7 +5,7 @@ To install the latest release build, open up the terminal and run the following as a regular user: .... -$ curl https://alx.sh | sh +$ curl https://fedora-asahi-remix.org/install | sh .... Follow the prompts from the script and you'll have Fedora Asahi Remix installed in no time. @@ -13,5 +13,5 @@ Follow the prompts from the script and you'll have Fedora Asahi Remix installed If you want to install a nightly build and have more options available (e.g. beta and previous releases), use this command instead: .... -$ curl https://fedora-asahi-remix.org/install | sh +$ curl https://fedora-asahi-remix.org/builds | sh ....