This is an easy-to-use installer for GNUstep Desktop.
- Debian GNU/Linux
- Fedora GNU/Linux WINGs Display Manager
(wdm)
missing
More coming soon...
Git
- for cloning GSDE & it's worldSudo
- Makes superuser perms easier & widely used in the script.Bash
- Main shell it uses for doing all of these operationslsb_release
- Detects the distro of GNU/Linux
Make sure to update your package repo files & upgrade your packages through your package manager.
Git
sudo apt install git
Sudo
- As root:
apt install sudo
- As root:
lsb_release
sudo apt install lsb-release
Git
sudo dnf install git
lsb_release
sudo dnf install lsb_release
It's simple! Make sure to give the ./gnustep_desktop-install.sh
script (and all the others) executable permissions like this:
chmod +x ./gnustep_desktop-install.sh
And all you have to do is to run it. It should automatically detect the distro of GNU/Linux you're running and execute the correct script. If it doesn't, then you can check the ./scripts/
directory and run the script manually. You will have to modify the script to change a "." to ".." for the dependency install listing if you want to install it manually.
This program uses the GNU Foundation's GPL v3 license. A license file can be found here.