From 9e87e870ab7595d372f8ab25fa9e38113844ec61 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Sat, 1 Jan 2022 20:04:42 +1100 Subject: [PATCH] Update Ubuntu Docs (#1769) * Update Ubuntu Docs --- docs/INSTALL.md | 3 ++- docs/ubuntu-package-install.md | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 61d315cb..2f9db601 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -23,8 +23,9 @@ Distribution packages may be of an older release when compared to the latest rel | Solus | [onedrive](https://dev.getsol.us/search/query/FB7PIf1jG9Z9/#R) |Solus package|✔|✔|❌|❌| | | Ubuntu 18.04 | [onedrive](https://packages.ubuntu.com/bionic/onedrive) |Ubuntu 18.04 package |✔|✔|✔|❌| **Note:** Do not install from Ubuntu Universe

You must compile from source for this version of Ubuntu | | Ubuntu 20.04 | [onedrive](https://packages.ubuntu.com/focal/onedrive) |Ubuntu 20.04 package |❌|✔|✔|✔| **Note:** Do not install from Ubuntu Universe

Install from OpenSuSE Build Service using the Ubuntu Package Install [Instructions](ubuntu-package-install.md) | -| Ubuntu 20.10 | [onedrive](https://packages.ubuntu.com/groovy/onedrive) |Ubuntu 20.10 package |❌|✔|✔|✔| **Note:** Do not install from Ubuntu Universe

Install from OpenSuSE Build Service using the Ubuntu Package Install [Instructions](ubuntu-package-install.md) | | Ubuntu 21.04 | [onedrive](https://packages.ubuntu.com/hirsute/onedrive) |Ubuntu 21.04 package |❌|✔|✔|✔| **Note:** Do not install from Ubuntu Universe

Install from OpenSuSE Build Service using the Ubuntu Package Install [Instructions](ubuntu-package-install.md) | +| Ubuntu 21.10 | [onedrive](https://packages.ubuntu.com/impish/onedrive) |Ubuntu 21.10 package |❌|✔|✔|✔| **Note:** Do not install from Ubuntu Universe

Install from OpenSuSE Build Service using the Ubuntu Package Install [Instructions](ubuntu-package-install.md) | +| Ubuntu 22.04 | [onedrive](https://packages.ubuntu.com/jammy/onedrive) |Ubuntu 22.04 package |❌|✔|✔|✔| **Note:** Do not install from Ubuntu Universe

Install from OpenSuSE Build Service using the Ubuntu Package Install [Instructions](ubuntu-package-install.md) | | Void Linux | [onedrive](https://voidlinux.org/packages/?arch=x86_64&q=onedrive) |Void Linux x86_64 package|✔|✔|❌|❌| | #### Important information for all Ubuntu and Ubuntu based distribution users: diff --git a/docs/ubuntu-package-install.md b/docs/ubuntu-package-install.md index 62b2098c..d2672e45 100644 --- a/docs/ubuntu-package-install.md +++ b/docs/ubuntu-package-install.md @@ -140,6 +140,31 @@ deb https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-on #### Step 5: Read 'Known Issues' with these packages 1. Read and understand the known issues with these packages below, taking any action that is needed. +### Distribution: Ubuntu 21.10 +The packages support the following platform architectures: +|  i686  | x86_64 | ARMHF | AARCH64 | +|:----:|:------:|:-----:|:-------:| +❌|✔|✔|✔| | + +#### Step 1: Update /etc/apt/sources.list +Add the following to the end of your `/etc/apt/sources.list` file: +```text +deb https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_21.10/ ./ +``` + +#### Step 2: Download and add the release key +1. Download the 'Release.key' file: `wget https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_21.10/Release.key` +2. Add the 'Release.key' file to your apt key repository: `apt-key add ./Release.key` + +#### Step 3: Update your apt package cache +1. Run: `apt-get update` + +#### Step 4: Install 'onedrive' +1. Run: `apt install onedrive` + +#### Step 5: Read 'Known Issues' with these packages +1. Read and understand the known issues with these packages below, taking any action that is needed. + ## Known Issues with Installing from the above packages ### 1. The 'onedrive' client will automatically startup post 'authentication' without any further actions.