Easily customize and tweak a fresh installation of Linux Mint or Ubuntu
https://makotonoblog.be/applications/yggdrasil/
.gitignore | ||
core_functions.sh | ||
install_functions_ub1604.sh | ||
install_functions_ub1804.sh | ||
LICENSE | ||
logo.png | ||
menus_functions_ub1604.sh | ||
menus_functions_ub1804.sh | ||
notify.mp3 | ||
README.md | ||
repo_functions_ub1604.sh | ||
repo_functions_ub1804.sh | ||
tools_functions.sh | ||
vars.sh | ||
yggdrasil.sh |
About
!! 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 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.
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
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
Credits
This script has been written by Francois B. (Makotosan)
- Email : francois@makotonoblog.be
- Website : https://makotonoblog.be/
Licence
The script is licensed under the terms of the GPLv3