yggdrasil_ng/README.md

43 lines
1,019 B
Markdown
Raw Normal View History

2018-03-22 20:18:22 +00:00
![yggdrasil](logo.png)
2017-12-27 13:54:15 +00:00
2018-03-22 20:19:12 +00:00
About
-----
2017-12-27 13:54:15 +00:00
2018-05-14 14:18:55 +00:00
!! Warnings : this is a early beta version !!
2017-12-27 13:54:15 +00:00
2017-12-27 13:57:29 +00:00
The purpose of this script is to provide a full set of tools to install, customize and tweak a fresh installation of Linux Mint 18.x, Ubuntu 16.04 and derivatives
2017-12-27 13:54:15 +00:00
Installation
------------
Linux Mint 18
```
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
```
Linux Mint 19
2017-12-27 13:54:15 +00:00
```
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
2017-12-27 13:54:15 +00:00
```
Credits
-------
2017-12-27 13:57:29 +00:00
This script has been written by Francois B. (Makotosan)
2017-12-27 13:54:15 +00:00
* Email : shakasan@sirenacorp.be
2017-12-27 13:57:29 +00:00
* Website : https://makotonoblog.be/
2017-12-27 13:54:15 +00:00
Licence
-------
The script is licensed under the terms of the GPLv3