Logo

Ubuntu-Post-Install

An easy, flexible post installation script for Ubuntu, Linux Mint and Debian. Flexible 100% shell.

Easy, simple Shell-Script which can be used to setup your fresh Ubuntu installation. Its configurable. You can use simple text files with lists of packages to be installed and the script will fetch it and install it for you. You can use it in text only mode or via ssh as it doesn't have any gui components. You can, Add Repositories, Install your preferred packages Install DEB packages Add PPAs (only if you are on supported distribution) Download and add static binaries to usr/local/bin (like docker compose or go binaries) Install Python PIP packages (Python 2 and 3 are supported) For those who prefer more advanced control over the script, You can use YAML configuration to pick individual tasks and repositories to be added. Its 100% shellscript with very few package dependencies almost all of which come pre installed in 99% of the cases (except in docker containers. You need to install fe packages before script can run inside docker containers) Try it out.