TL;DR
REODS sets up Debian as an OS usable for everyday tasks.
Software and Features
CLI / System Programs
- sudo
- GNOME
- nano
- python3
- zenity
- lynx
- snapd
- wget
- neofetch
GUI Programs
- Brave
- Firefox
- gParted
- ThunderBird
- LibreOffice
- VirtualBox
- OBS (plus FFMPEG)
- GIMP
- VLC
- qBittorrent
Features
- Changes the default, bad, wallpaper
- Brings back minimise and maximse buttons on windows
Installation
The install is very straight forwards, there's just a few prerequisites and requirements.
Requirements
- Clean Debian 10+, with no DE
- Internet access, etc, etc
- Basically any 2010+ laptop/computer
Commands
First, login as root (the script installs sudo, so this is the easiest way to successfully install everything without permissions issues). Run the following command before entering the root password:
$ su
Next, we need to install curl, this allows us to download the script:
$ apt install curl
Download the script:
$ curl -LO https://reods.jbsn.uk/reods.sh
Now, change the file's permissions to allow us to execute it:
$ chmod +x reods.sh
Finally, execute the script:
$ ./reods.sh
Contact
Do not contact anyone below for support. Please open any issues on GitHub.
- Lead Developer: Jacob Sammon - jacob@eml.pm
- Developer: Joe Dry - ask@joedry.uk
Donate
You can donate to the project by PayPal at paypal.me/jakesammon.
GitHub and Sources
This project is on GitHub at jacobsammon/REODS. If you cannot access the GitHub hosted version, you may want to use the version hosted on JBSN PAC.