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

https://github.com/pervoj/fedoraconfig

Mirror of https://gitlab.com/pervoj/fedoraconfig
https://github.com/pervoj/fedoraconfig

beginner beginner-friendly beginners beginners-friendly config fedora fedora-scripts linux newcomer newcomers

Last synced: about 1 month ago
JSON representation

Mirror of https://gitlab.com/pervoj/fedoraconfig

Awesome Lists containing this project

README

        

# Fedora Config Script

This program targets mainly new Linux users. When you first install your Linux distribution, you then also need to configure it. The configuration can include adding repositories, changing some config files, etc. That can be really difficult for absolute beginner.

This script will guide you through the whole configuration process on Fedora to make the system convenient for you. Every change is optional to make the configuration suit everyone.

The script currently supports following Fedora releases:

- Fedora 36
- Fedora 37

You can run the script with this one single command:

```sh
wget -qO /tmp/fedoraconfigscript.sh https://gitlab.com/pervoj/fedoraconfig/-/raw/v1.0.0/fedoraconfig.sh && bash /tmp/fedoraconfigscript.sh
```