From baee8447f2418c8cc8b24d0149027738e334a332 Mon Sep 17 00:00:00 2001 From: "Francois B. (Makoto)" Date: Sat, 31 Oct 2020 23:08:36 +0100 Subject: [PATCH] 16.04 branch remove, 18.04 frozen, 20.04 is the way to go ;) --- README.md | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 3612bd2..4db5ae6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The purpose of this script is to provide a tool to install, customize and tweak Installation ------------ -Linux Mint 20 / Ubuntu 20.04 (Yggdrasil >= 0.5.1) +Linux Mint 20 / Ubuntu 20.04 (Yggdrasil >= 0.6.1-b21) ```shell curl -L https://packagecloud.io/makoto/stable/gpgkey | sudo apt-key add - @@ -17,27 +17,18 @@ sudo apt-get update sudo apt-get install yggdrasil ``` -Linux Mint 19 / Ubuntu 18.04 (Yggdrasil >= 0.5.1) +Linux Mint 19 / Ubuntu 18.04 (Yggdrasil <= 0.6.1-b19) + +>* As Linux Mint 20 is released for a while already, this version of Yggdrasil is End of Life and thus is frozen as it. +>* No bugs fixed, features or any changes will be made on this branch anymore. +>* If you still need it, use it at your own risk and without guarantee third parties repositories are still available +>* The latest version of Yggdrasil for this branch is : 0.6.1-b19 ```shell curl -L https://packagecloud.io/makoto/stable/gpgkey | sudo apt-key add - echo "deb https://packagecloud.io/makoto/stable/ubuntu/ bionic main" | sudo tee /etc/apt/sources.list.d/makoto.list sudo apt-get update -sudo apt-get install yggdrasil -``` - -Linux Mint 18 / Ubuntu 16.04 (Yggdrasil < 0.5.1) - ->* This version is rather old and using deprecated version of Linux Mint / Ubuntu. ->* No bugs fixed, features or any changes will be made on this branch anymore. ->* If you still need it, use it at your own risk and without guarantee third parties repositories are still available ->* The latest version of Yggdrasil for this branch is : 0.5.0-b23 - -```shell -curl -L https://packagecloud.io/makoto/stable/gpgkey | sudo apt-key add - -echo "deb https://packagecloud.io/makoto/stable/ubuntu/ xenial main" | sudo tee /etc/apt/sources.list.d/makoto.list -sudo apt-get update -sudo apt-get install yggdrasil=0.5.0-b23 +sudo apt-get install yggdrasil=0.6.1-b19 ``` Credits