Skip to content

Automate the installation of your main packages on Ubuntu and its derivates.

License

Notifications You must be signed in to change notification settings

Xalalau/Tux-Deployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tux Deployer

Automate the installation of your main packages.

Currently tested on Ubuntu 20.04, 22.04 and 24.04, including flavors like Kubuntu and distros like Linux Mint and Pop OS.

1 2 3

Usage

  1. configs/config.sh holds your custom global variables (e.g. toggle debug messages, set paths);
  2. You can put scripts for custom operations inside the scripts/ folder (e.g. create a Wine prefix, compile a program);
  3. Edit install.sh with your keys, repositories, instalations and script calls (the functions are documented in each lib);
  4. Start the script by calling install.sh on your terminal. It can be executed multiple times without any issues.
git clone https://github.com/Xalalau/Tux-Deployer.git
cd Tux-Deployer
sudo chmod -R +x *.sh
./install.sh

That's it, enjoy.

About

Automate the installation of your main packages on Ubuntu and its derivates.

Resources

License

Stars

Watchers

Forks

Languages