Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shreyas-a-s/debian-gnome
- Owner: shreyas-a-s
- License: gpl-3.0
- Created: 2023-09-02T17:57:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T17:34:47.000Z (12 months ago)
- Last Synced: 2024-10-11T01:41:10.592Z (28 days ago)
- Topics: debian, gnome
- Language: Shell
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```