.
This commit is contained in:
parent
e8953e0fe3
commit
8b52f40ed6
1 changed files with 16 additions and 19 deletions
35
README.md
35
README.md
|
@ -1,14 +1,14 @@
|
|||
# Yggdrasil-NG
|
||||
|
||||
![yggdrasil](logo.png)
|
||||
|
||||
About
|
||||
-----
|
||||
> **Notice** : this script is no longer maintain !
|
||||
|
||||
The purpose of this script is to provide a tool to install, customize and tweak a fresh installation of Linux Mint / Ubuntu.
|
||||
|
||||
Installation
|
||||
------------
|
||||
## Installation
|
||||
|
||||
Linux Mint 20 / Ubuntu 20.04 (Yggdrasil >= 0.6.1-b21)
|
||||
### 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,12 +17,12 @@ sudo apt-get update
|
|||
sudo apt-get install yggdrasil
|
||||
```
|
||||
|
||||
Linux Mint 19 / Ubuntu 18.04 (Yggdrasil <= 0.6.1-b19)
|
||||
### 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
|
||||
> - 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 -
|
||||
|
@ -31,15 +31,12 @@ sudo apt-get update
|
|||
sudo apt-get install yggdrasil=0.6.1-b19
|
||||
```
|
||||
|
||||
Credits
|
||||
-------
|
||||
## Credits
|
||||
|
||||
This script has been written by Francois B. (Makotosan)
|
||||
- Author : Francois B. (Makoto)
|
||||
- Email : <francois@exoseed.be>
|
||||
- Website : <https://makotonoblog.be/applications/yggdrasil/>
|
||||
|
||||
* Email : francois@makotonoblog.be
|
||||
* Website : https://makotonoblog.be/yggdrasil/
|
||||
## Licence
|
||||
|
||||
Licence
|
||||
-------
|
||||
|
||||
The script is licensed under the terms of the GPLv3
|
||||
The script is licensed under the terms of the GPL-3.0
|
||||
|
|
Loading…
Reference in a new issue