tristan-k / ubuntu-post-install

A set of post-installation shell scripts for Ubuntu

Home Page:http://snwh.org/ubuntu-post-install-script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ubuntu Post Install Script

Original Author: Sam Hewitt

License: GPLv3

Original source can be found here.

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.sh

Or if you like, put it somewhere and add it to your custom Bash paths to run whenever.

export PATH=${PATH}:$HOME/whereever/post-install-script-ubuntu/

##About:

This project provides a simple set of bash scripts for simplifying the setup of a fresh system installation by installing your favourite applications, setting up system configurations, etc.

It is compatible with both 32 and 64 bit architectures

Feel free to copy, improve and distribute.

About

A set of post-installation shell scripts for Ubuntu

http://snwh.org/ubuntu-post-install-script

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%