From 1fdbfb0522af69b3cd0f26b1dc330a98d250f561 Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Tue, 29 Nov 2022 11:28:12 +0000 Subject: [PATCH 1/3] Update Installation-for-Linux.md --- wiki/en/Installation-for-Linux.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/wiki/en/Installation-for-Linux.md b/wiki/en/Installation-for-Linux.md index 184b11949..98009669f 100644 --- a/wiki/en/Installation-for-Linux.md +++ b/wiki/en/Installation-for-Linux.md @@ -13,26 +13,24 @@ Make sure you read the [Getting Started](Getting-Started) page. {% include infobox_each_os.html %} -Upgrading? You may want to [back up your configuration](Software-Manual#backing-up-jamulus) first. +**Upgrading?** You may want to [back up your configuration](Software-Manual#backing-up-jamulus) first. -### Debian and Ubuntu - -We provide three equivalent `.deb` files for the most common architectures. Please download the appropriate one: +**Installing a server?** Read the [guide for server adminstrators](Running-a-Server) first. -**For Intel/AMD based machines (amd64):** +### Debian and Ubuntu [Download Jamulus (.deb, amd64)]({{ site.download_root_link }}{{ site.download_file_names.deb-gui }}){:.button} -**For ARM based machines (e.g. Raspberry Pi, armhf, arm64):** +**ARM-based machines** (e.g. Raspberry Pi): [armf]({{ site.download_root_link }}{{ site.download_file_names.deb-gui-armhf }}) or [arm64]({{ site.download_root_link }}{{ site.download_file_names.deb-gui-arm64 }}) -[Download Jamulus 32 bit (.deb, armhf)]({{ site.download_root_link }}{{ site.download_file_names.deb-gui-armhf }}){:.button} -[Download Jamulus 64 bit (.deb, arm64)]({{ site.download_root_link }}{{ site.download_file_names.deb-gui-arm64 }}){:.button} After you downloaded the correct file: 1. *Ubuntu only* - Enable the Ubuntu "universe" repository (you can use the [GUI-based approach](https://askubuntu.com/a/148645) or [CLI-based approach](https://askubuntu.com/a/227788)). 1. Update apt by opening a console window (CTRL+ALT+T should work) and type: `sudo apt-get update` -1. Go to where you downloaded the installer and either double-click on it, or use the command line: `sudo apt install ./{{ site.download_file_names.deb-gui }}` for armhf: `sudo apt install ./{{ site.download_file_names.deb-gui-armhf }}` for arm64: `sudo apt install ./{{ site.download_file_names.deb-gui-arm64 }}` +1. Go to where you downloaded the installer and either double-click on it, or use the command line: + + `sudo apt install ./{{ site.download_file_names.deb-gui }}` (or for Raspberry Pi etc. as above) 1. Once installed, you can delete the file and close any console windows. Note that if you need to upgrade Jamulus to a newer version, just download the new .deb file and re-install as above. From 79bd0498ea3545b587ea46135bd9ade3a172eb42 Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Wed, 30 Nov 2022 08:24:24 +0000 Subject: [PATCH 2/3] Update for style Co-authored-by: John Dempsey <1750243+mcfnord@users.noreply.github.com> --- wiki/en/Installation-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/en/Installation-for-Linux.md b/wiki/en/Installation-for-Linux.md index 98009669f..57f8c5aa2 100644 --- a/wiki/en/Installation-for-Linux.md +++ b/wiki/en/Installation-for-Linux.md @@ -33,7 +33,7 @@ After you downloaded the correct file: `sudo apt install ./{{ site.download_file_names.deb-gui }}` (or for Raspberry Pi etc. as above) 1. Once installed, you can delete the file and close any console windows. -Note that if you need to upgrade Jamulus to a newer version, just download the new .deb file and re-install as above. +**Upgrades:** If you need to upgrade Jamulus to a newer version, just download the new .deb file and re-install as above. ### Other distributions From ceddf985b118467adfcbffd83f282f378465d5a1 Mon Sep 17 00:00:00 2001 From: Jonathan <4561747+gilgongo@users.noreply.github.com> Date: Fri, 2 Dec 2022 21:39:34 +0000 Subject: [PATCH 3/3] Add "download" for ARM binaries --- wiki/en/Installation-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/en/Installation-for-Linux.md b/wiki/en/Installation-for-Linux.md index 57f8c5aa2..8195a6dad 100644 --- a/wiki/en/Installation-for-Linux.md +++ b/wiki/en/Installation-for-Linux.md @@ -21,7 +21,7 @@ Make sure you read the [Getting Started](Getting-Started) page. [Download Jamulus (.deb, amd64)]({{ site.download_root_link }}{{ site.download_file_names.deb-gui }}){:.button} -**ARM-based machines** (e.g. Raspberry Pi): [armf]({{ site.download_root_link }}{{ site.download_file_names.deb-gui-armhf }}) or [arm64]({{ site.download_root_link }}{{ site.download_file_names.deb-gui-arm64 }}) +**ARM-based machines** (e.g. Raspberry Pi): Download [armf]({{ site.download_root_link }}{{ site.download_file_names.deb-gui-armhf }}) or [arm64]({{ site.download_root_link }}{{ site.download_file_names.deb-gui-arm64 }}) After you downloaded the correct file: