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

https://github.com/gabrielravier/epidump_manager

A simple manager linked to Epitech/dump repo to fix anytime in one command anything that is provided in the dump repository
https://github.com/gabrielravier/epidump_manager

Last synced: over 1 year ago
JSON representation

A simple manager linked to Epitech/dump repo to fix anytime in one command anything that is provided in the dump repository

Awesome Lists containing this project

README

          

# epidump_manager
A simple manager linked to the Epitech/dump repository to handle most dump-related problems in one command

This dump manager provides thoses commands :

```
-a rebuild the entire Epitech dump. This ignores every other flag (except -h and -z)
-s rebuild the CSFML with Epitech's script
-d update / install the packages from Epitech's package list
-b reinstall blih with Epitech's script
-e install Emacs with dnf and Epitech Emacs (SYSTEM Install) with Epitech's script
-z Install zsh with ohymzsh
-h display this help and exit
```

You are meant to use the command as follow :
```sh
epidump_manager -sbe
# It rebuilds sfml+csfml, reinstall blih and install epitech emacs
```

To install the epidump_manager :
```sh
git clone https://github.com/Heliferepo/epidump_manager
cd epidump_manager
chmod +x install.sh
sudo ./install.sh
```

If you notice something is missing in the package manager, or you find a bug, please open an issue