Skip to content

iskandervdh/ubuntu-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu config

WIP

This is a repo containing my postinstall script and config files for a fresh ubuntu installation

How to install

Ubuntu comes with wget, so we can use it to download the postinstall-script.sh script and run it immediately:

sudo sh -c "$(wget -O- https://raw.githubusercontent.com/iskandervdh/ubuntu-config/main/postinstall-script.sh)"

Or you can download it first to be able to inspect it and then run it:

wget https://raw.githubusercontent.com/iskandervdh/ubuntu-config/main/postinstall-script.sh
sudo sh postinstall-script.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages