Easily customize and tweak a fresh installation of Linux Mint or Ubuntu https://makotonoblog.be/applications/yggdrasil/
Find a file
2020-10-31 23:08:36 +01:00
.gitignore 1st commit addind Ubuntu 20.04 support (0.6.0-b1) 2020-05-22 23:16:33 +02:00
.whitesource Migrate WhiteSource configuration file to json format 2019-06-30 16:07:33 +00:00
core_functions.sh minor improvements 2020-07-04 21:02:53 +02:00
install_functions_ub1804.sh revert back to deb pkg for xnviewmp 2020-07-31 18:44:38 +02:00
install_functions_ub2004.sh revert back to deb pkg for xnviewmp 2020-07-31 18:44:38 +02:00
LICENSE initial commit 2017-12-27 14:54:15 +01:00
logo.png new logo 2018-03-22 21:15:42 +01:00
menus_functions_ub1804.sh revert back to deb pkg for xnviewmp 2020-07-31 18:44:38 +02:00
menus_functions_ub2004.sh MongoDB CE 4 + vainfo added (20.04 branch) 2020-10-31 23:03:09 +01:00
notify.mp3 initial commit 2017-12-27 14:54:15 +01:00
README.md 16.04 branch remove, 18.04 frozen, 20.04 is the way to go ;) 2020-10-31 23:08:36 +01:00
repo_functions_ub1804.sh geary flatpak -> apt 2020-08-13 20:51:01 +02:00
repo_functions_ub2004.sh MongoDB CE 4 + vainfo added (20.04 branch) 2020-10-31 23:03:09 +01:00
tools_functions.sh add screenfetch to .bashrc as PostTrtFct 2020-07-04 19:53:00 +02:00
vars.sh MongoDB CE 4 + vainfo added (20.04 branch) 2020-10-31 23:03:09 +01:00
yggdrasil.sh revert back to deb pkg for xnviewmp 2020-07-31 18:44:38 +02:00

yggdrasil

About

The purpose of this script is to provide a tool to install, customize and tweak a fresh installation of Linux Mint / Ubuntu.

Installation

Linux Mint 20 / Ubuntu 20.04 (Yggdrasil >= 0.6.1-b21)

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

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
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=0.6.1-b19

Credits

This script has been written by Francois B. (Makotosan)

Licence

The script is licensed under the terms of the GPLv3