Skip to content

A tiny script that helps you perform necessary tasks after you install Ubuntu based systems as elementary OS, Linux Mint and Ubuntu itself. It saves your post-installation time

Notifications You must be signed in to change notification settings

nettaskjr/elementary-script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icon elementary-script

A tiny script that helps you perform necessary tasks after you install Ubuntu based systems as elementary OS, Linux Mint and Ubuntu itself. It saves your post-installation time.

Screenshot

OS Version Compatibility

This script will support the lastest stable version of:

  • elementary OS
  • Linux Mint
  • Ubuntu
  • and others Ubuntu based systems

Run

Method 1 | With curl

bash -c "$(curl -fsSL https://raw.githubusercontent.com/btd1337/elementary-script/master/elementary-script.sh)"

Method 2 | With wget

bash -c "$(wget https://raw.githubusercontent.com/btd1337/elementary-script/master/elementary-script.sh -O -)"

Method 3 | With git

Copy and paste the following line into a terminal window in order to run the script.

sudo apt install git
git clone https://github.com/btd1337/elementary-script
cd elementary-script
./elementary-script.sh

References

Diolinux

Terminal Aberto

Problems or Ideas

Report here: Support

Donate

paypal

License

The MIT License

About

A tiny script that helps you perform necessary tasks after you install Ubuntu based systems as elementary OS, Linux Mint and Ubuntu itself. It saves your post-installation time

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%