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.
Gitsudo apt install git
Sudo- As root:
apt install sudo
- As root:
lsb_releasesudo apt install lsb-release
Gitsudo dnf install git
lsb_releasesudo 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.shAnd 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.