diff --git a/docs/ubuntu-package-install.md b/docs/ubuntu-package-install.md index 13bf3ef2..a26e3749 100644 --- a/docs/ubuntu-package-install.md +++ b/docs/ubuntu-package-install.md @@ -245,6 +245,33 @@ echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/obs-o #### 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 22.04 +The packages support the following platform architectures: +|  i686  | x86_64 | ARMHF | AARCH64 | +|:----:|:------:|:-----:|:-------:| +❌|✔|✔|✔| | + +#### Step 1: Add the OpenSuSE Build Service repository release key +Add the OpenSuSE Build Service repository release key using the following command: +```text +wget -qO - https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /usr/share/keyrings/obs-onedrive.gpg > /dev/null +``` + +#### Step 2: Add the OpenSuSE Build Service repository +Add the OpenSuSE Build Service repository using the following command: +```text +echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/obs-onedrive.gpg] https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_22.04/ ./" | sudo tee /etc/apt/sources.list.d/onedrive.list +``` + +#### Step 3: Update your apt package cache +1. Run: `sudo apt-get update` + +#### Step 4: Install 'onedrive' +1. Run: `sudo 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.