Skip to content

Latest commit

 

History

History
executable file
·
31 lines (16 loc) · 834 Bytes

README.md

File metadata and controls

executable file
·
31 lines (16 loc) · 834 Bytes

Ubuntu Post Install Script

Version: 14

License: GPLv3

Original source can be found at https://github.com/snwh/ubuntu-post-install.

You can get the latest version from the git repository:

git clone https://github.com/snwh/ubuntu-post-install.git

##Usage:

Run from source folder:

bash ubuntu-post-install-script-<appropriate-version>.sh

By adding the path of the script to your .bashrc you can run it anytime from a terminal

export PATH=${PATH}:$HOME/<path-to-ubuntu-post-install-script>/

##About:

Ubuntu Post Install Script is a simple bash script for automating the reconfiguration of a fresh Ubuntu installation –installing favourite applications, setting up configurations, etc.

It is compatible with both 32 and 64 bit architectures

Feel free to copy, improve and distribute.