Skip to content

Latest commit

 

History

History
75 lines (52 loc) · 2.54 KB

README.md

File metadata and controls

75 lines (52 loc) · 2.54 KB

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

Donate

Appreciate for coffee or beer :)

Option 1:

Ko-fi

Option 2:

paypal

Known Issues

  • Oibaf Repository:

    If after adding Oibaf Repository elementary stucks in the boot sequence and panel and main menu don't appear any more (and also the shortcut to open the terminal doesn't work any more)

    1. Use ctrl+alt+f1 to get to a text terminal (ctrl+alt+f7 goes back)

    2. Login with user name and password

    3. Execute the commands below:

    sudo apt install purge-ppa
    sudo purge-ppa ppa:oibaf/graphics-drivers
    sudo reboot
    

    The system boots up completely again.

Problems or Ideas

Report here: Support

References

Diolinux

Terminal Aberto

License

This project is a fork of ylrxeidx/elementary-script and follows your license.

The MIT License