Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.71 KB

README.md

File metadata and controls

62 lines (41 loc) · 1.71 KB

Ubuntu-quickstart

This quickstart file installs all the basic software you would need.
You can fork this repository and add or remove software as you see fit.

Table of Contents

One-liner command

Run the one-liner command to install all the basic software you need on your Ubuntu machine.

curl -fsSL https://raw.githubusercontent.com/RasseTheBoy/Ubuntu-quickstart/main/quickstart.sh | sh

Manual Installation

This is a step-by-step tutorial on how to install all the basic software you need on your Ubuntu machine.

Step 1: Install quickstart file

Install the quickstart.sh file to your home machine.

wget https://raw.githubusercontent.com/RasseTheBoy/Ubuntu-quickstart/main/quickstart.sh -O quickstart.sh

Step 2: Make the file executable

Make the file executable by running the following command:

chmod +x quickstart.sh

Step 3: Run the file

Run the file by running the following command:

./quickstart.sh

Step 4: Wait

Wait for the script to finish running. It will take a while.
The download speed will depend on your internet connection; and the installation speed will depend on your machine's specs.

Step 5: Done

You're done! You now have all the basic software you need installed on your machine.