Minor upd of

This commit is contained in:
Francois B. (Makoto) 2020-05-22 21:03:59 +02:00
parent e1ab8e0766
commit 3db9f46d7a

View file

@ -3,9 +3,7 @@
About About
----- -----
__!! Warnings : this is a early beta version !!__ The purpose of this script is to provide a tool to install, customize and tweak a fresh installation of Linux Mint / Ubuntu.
The purpose of this script is to provide a tool to install, customize and tweak a fresh installation of Linux Mint 19.x, Ubuntu 18.04
The Linux Mint 18 / Ubuntu 16.04 branch is now removed since the 0.5.1 version of Yggdrasil. The Linux Mint 18 / Ubuntu 16.04 branch is now removed since the 0.5.1 version of Yggdrasil.
No bugs fixed, features or any changes will be made on this branch anymore. No bugs fixed, features or any changes will be made on this branch anymore.
@ -14,13 +12,10 @@ If you still need it, please use an older version from the repository at your ow
Installation Installation
------------ ------------
Linux Mint 18 / Ubuntu 16.04 (Yggdrasil < 0.5.1) Linux Mint 20 / Ubuntu 20.04 (Yggdrasil >= 0.5.1)
```shell ```shell
curl -L https://packagecloud.io/makoto/stable/gpgkey | sudo apt-key add - # coming soon
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
``` ```
Linux Mint 19 / Ubuntu 18.04 (Yggdrasil >= 0.5.1) Linux Mint 19 / Ubuntu 18.04 (Yggdrasil >= 0.5.1)
@ -32,13 +27,22 @@ sudo apt-get update
sudo apt-get install yggdrasil sudo apt-get install yggdrasil
``` ```
Linux Mint 18 / Ubuntu 16.04 (Yggdrasil < 0.5.1)
```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
```
Credits Credits
------- -------
This script has been written by Francois B. (Makotosan) This script has been written by Francois B. (Makotosan)
* Email : francois@makotonoblog.be * Email : francois@makotonoblog.be
* Website : https://makotonoblog.be/ * Website : https://makotonoblog.be/yggdrasil/
Licence Licence
------- -------