Skip to content

One shell file that automatically install all necessities to your Ubuntu machine

License

Notifications You must be signed in to change notification settings

RasseTheBoy/Ubuntu-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

One shell file that automatically install all necessities to your Ubuntu machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages