Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shreyas-a-s/debian-gnome

Bash script to install minimal version of gnome on debian
https://github.com/shreyas-a-s/debian-gnome

debian gnome

Last synced: about 9 hours ago
JSON representation

Bash script to install minimal version of gnome on debian

Awesome Lists containing this project

README

        

# Debian-Gnome
Bash script to install minimal version of gnome on debian

## Acknowledgements
- Thanks, [tukusejssirs](https://gitlab.com/tukusejssirs) for gshort.sh script.

## Prerequisites
Debian minimal install using [netinstall iso](https://debian.org/download) with no DE installed is prefered even though the script will work even if DE is installed.

## Installation

Execute install.sh as **normal user** from a terminal:

```bash
git clone https://github.com/shreyas-a-s/debian-gnome.git
cd debian-gnome/
.install.sh
```

For those who would like a single-line command:
```bash
git clone https://github.com/shreyas-a-s/debian-gnome.git && cd debian-gnome/ && ./install.sh
```