2024-11-05 00:25:57 +00:00
|
|
|
# Yggdrasil-NG
|
|
|
|
|
2018-03-22 20:18:22 +00:00
|
|
|
![yggdrasil](logo.png)
|
2017-12-27 13:54:15 +00:00
|
|
|
|
2024-11-05 00:25:57 +00:00
|
|
|
> **Notice** : this script is no longer maintain !
|
2017-12-27 13:54:15 +00:00
|
|
|
|
2020-05-22 19:03:59 +00:00
|
|
|
The purpose of this script is to provide a tool to install, customize and tweak a fresh installation of Linux Mint / Ubuntu.
|
2018-08-05 00:21:13 +00:00
|
|
|
|
2024-11-05 00:25:57 +00:00
|
|
|
## Installation
|
2017-12-27 13:54:15 +00:00
|
|
|
|
2024-11-05 00:25:57 +00:00
|
|
|
### Linux Mint 20 / Ubuntu 20.04 (Yggdrasil >= 0.6.1-b21)
|
2020-05-22 19:03:59 +00:00
|
|
|
|
|
|
|
```shell
|
2020-05-22 23:15:44 +00:00
|
|
|
curl -L https://packagecloud.io/makoto/stable/gpgkey | sudo apt-key add -
|
|
|
|
echo "deb https://packagecloud.io/makoto/stable/ubuntu/ focal main" | sudo tee /etc/apt/sources.list.d/makoto.list
|
|
|
|
sudo apt-get update
|
|
|
|
sudo apt-get install yggdrasil
|
2020-05-22 19:03:59 +00:00
|
|
|
```
|
|
|
|
|
2024-11-05 00:25:57 +00:00
|
|
|
### Linux Mint 19 / Ubuntu 18.04 (Yggdrasil <= 0.6.1-b19)
|
2018-06-05 12:40:18 +00:00
|
|
|
|
2024-11-05 00:25:57 +00:00
|
|
|
> - 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
|
2020-05-22 23:15:44 +00:00
|
|
|
|
2018-08-05 00:22:25 +00:00
|
|
|
```shell
|
2018-06-05 12:40:18 +00:00
|
|
|
curl -L https://packagecloud.io/makoto/stable/gpgkey | sudo apt-key add -
|
2020-10-31 22:08:36 +00:00
|
|
|
echo "deb https://packagecloud.io/makoto/stable/ubuntu/ bionic main" | sudo tee /etc/apt/sources.list.d/makoto.list
|
2018-06-05 12:40:18 +00:00
|
|
|
sudo apt-get update
|
2020-10-31 22:08:36 +00:00
|
|
|
sudo apt-get install yggdrasil=0.6.1-b19
|
2017-12-27 13:54:15 +00:00
|
|
|
```
|
|
|
|
|
2024-11-05 00:25:57 +00:00
|
|
|
## Credits
|
2017-12-27 13:54:15 +00:00
|
|
|
|
2024-11-05 00:25:57 +00:00
|
|
|
- Author : Francois B. (Makoto)
|
|
|
|
- Email : <francois@exoseed.be>
|
|
|
|
- Website : <https://makotonoblog.be/applications/yggdrasil/>
|
2017-12-27 13:54:15 +00:00
|
|
|
|
2024-11-05 00:25:57 +00:00
|
|
|
## Licence
|
2017-12-27 13:54:15 +00:00
|
|
|
|
2024-11-05 00:25:57 +00:00
|
|
|
The script is licensed under the terms of the GPL-3.0
|