doc upd
This commit is contained in:
parent
8fd27e693c
commit
14968329a0
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -5,16 +5,16 @@ About
|
||||||
|
|
||||||
__!! Warnings : this is a early beta version !!__
|
__!! 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 18.x/19.x, Ubuntu 16.04/18.04 and derivatives
|
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 branch is now freezed and only bugs will be fixed.
|
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.
|
||||||
New features are only added to Linux Mint 19 branch from now.
|
If you still need it, please use an older version from the repository at your own risk ;)
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Linux Mint 18
|
Linux Mint 18 / Ubuntu 16.04 (Yggdrasil < 0.5.1)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
curl -L https://packagecloud.io/makoto/stable/gpgkey | sudo apt-key add -
|
curl -L https://packagecloud.io/makoto/stable/gpgkey | sudo apt-key add -
|
||||||
|
@ -23,7 +23,7 @@ sudo apt-get update
|
||||||
sudo apt-get install yggdrasil
|
sudo apt-get install yggdrasil
|
||||||
```
|
```
|
||||||
|
|
||||||
Linux Mint 19
|
Linux Mint 19 / Ubuntu 18.04 (Yggdrasil >= 0.5.1)
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
curl -L https://packagecloud.io/makoto/stable/gpgkey | sudo apt-key add -
|
curl -L https://packagecloud.io/makoto/stable/gpgkey | sudo apt-key add -
|
||||||
|
|
Loading…
Reference in a new issue