Skip to content

Nacroni/GSDEInstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GNUstep Desktop Installer

This is an easy-to-use installer for GNUstep Desktop.

Support

More coming soon...

Dependencies

  • Git - for cloning GSDE & it's world
  • Sudo - Makes superuser perms easier & widely used in the script.
  • Bash - Main shell it uses for doing all of these operations
  • lsb_release - Detects the distro of GNU/Linux

Install dependencies

Make sure to update your package repo files & upgrade your packages through your package manager.

Debian

  • Git
    • sudo apt install git
  • Sudo
    • As root: apt install sudo
  • lsb_release
    • sudo apt install lsb-release

Fedora

  • Git
    • sudo dnf install git
  • lsb_release
    • sudo dnf install lsb_release

How to Install

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.

License

This program uses the GNU Foundation's GPL v3 license. A license file can be found here.