diff --git a/docs/ubuntu-package-install.md b/docs/ubuntu-package-install.md index d2672e45..4d73d32c 100644 --- a/docs/ubuntu-package-install.md +++ b/docs/ubuntu-package-install.md @@ -90,31 +90,6 @@ 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 20.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_20.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_20.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. - ### Distribution: Ubuntu 21.04 The packages support the following platform architectures: |  i686  | x86_64 | ARMHF | AARCH64 |