Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 952 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 952 Bytes

UbuntuSetup

This repository contains a script that I hacked together to ease the PITA that was the installation of Ubuntu 18.04 LTS. I've suffered enough, let the others suffer less.

If someone wants to add more to this script or change something, do let me know! Feature requests are welcome (because I'm running out of ideas on what to implement). Or you can contribute by forking the repository and adding your code.

Usage

Clone or download the repository, then run these commands to use the script. The script's got a menu, so using it shouldn't be too hard.

cd UbuntuSetup
chmod +x UbuntuSetup.sh
./UbuntuSetup.sh

If you do want to use the TUI version (based on whiptail), run these commands:

cd UbuntuSetup
chmod +x UbuntuSetup_whiptail.sh
./UbuntuSetup_whiptail.sh

Authors

License

Seriously? You need a license for a meagre script?