Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 503 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 503 Bytes

linux setup

About

The scripts in this repository will automate some common tasks that usually have to be done when the system is installed

Scripts

Run the following commands in the terminal, you can use either curl or wget to get the scripts

exemple:

  curl -o- https://raw.githubusercontent.com/RaphaelBRodrigues/linux-setup/master/ubuntu/setup.sh | bash;

or

  wget -qO- https://raw.githubusercontent.com/RaphaelBRodrigues/linux-setup/master/fedora/setup.sh | bash;