- Notifications
You must be signed in to change notification settings - Fork3
batden/esteem
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A neat Bash script to build/install/update the Enlightenment ecosystem on Ubuntu 23.10.
Please take a look at the comments in the script before running it.
Note
It may be useful to keep a record of the pre-existing system status, before proceeding with the installation.
Check out ourbackup script.
Before using esteem, you will need to install the git and sound-icons packages on your system.
Open a terminal window and type in the following:
sudo apt install git sound-icons
Next, clone this repository:
git clone https://github.com/batden/esteem.git .esteem
This creates a new hidden folder named .esteem in your home directory.
Copy the esteem.sh file from the new .esteem folder to your download folder.
Navigate to the download folder and make the script executable:
chmod +x esteem.sh
Then execute the script with:
./esteem.sh
To run it again later, open a terminal and simply type:
esteem.sh
Tip
Use auto-completion: Typeest and press the Tab key.
That's it.
You can uninstall Enlightenment and related applications from your computer at any time.
Seemeetse.sh.
It is good practice to check for updates to the local repository before using the script.
To do so, change to ~/.elluminate/ and run:
git pull
About
Script to build the Enlightenment environment on Ubuntu Mantic Minotaur