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-08-05 00:21:13 +00:00
__!! Warnings : this is a early beta version !!__
2017-12-27 13:54:15 +00:00
2018-08-05 00:21:13 +00:00
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 Linux Mint 18 branch is now freezed and only bugs will be fixed.
New features are only added to Linux Mint 19 branch from now.
2017-12-27 13:54:15 +00:00
Installation
------------
2018-06-05 12:40:18 +00:00
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
```
2018-06-05 12:40:18 +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
2018-08-05 00:21:13 +00:00
* Email : francois@makotonoblog.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