Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

[docs] Delisted Ubuntu 16.04 from installation instructions #10399

Merged
merged 2 commits into from
May 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/00_install/00_install-prebuilt-binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ brew remove eosio
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc1/eosio_2.1.0-rc1-ubuntu-18.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc1-ubuntu-18.04_amd64.deb
```
#### Ubuntu 16.04 Package Install
```sh
wget https://github.com/eosio/eos/releases/download/v2.1.0-rc1/eosio_2.1.0-rc1-ubuntu-16.04_amd64.deb
sudo apt install ./eosio_2.1.0-rc1-ubuntu-16.04_amd64.deb
```
#### Ubuntu Package Uninstall
```sh
sudo apt remove eosio
Expand Down
1 change: 0 additions & 1 deletion docs/00_install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ The EOSIO software supports the following environments for development and/or de
* CentOS Linux 7.x
* Ubuntu 20.04
* Ubuntu 18.04
* Ubuntu 16.04

**macOS**
* macOS 10.14 (Mojave) or later
Expand Down