https://github.com/vikdevelop/fedora-postinstall-config
Fedora post-installatation config script in Python
https://github.com/vikdevelop/fedora-postinstall-config
Last synced: 10 months ago
JSON representation
Fedora post-installatation config script in Python
- Host: GitHub
- URL: https://github.com/vikdevelop/fedora-postinstall-config
- Owner: vikdevelop
- License: mit
- Created: 2022-06-25T19:52:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T08:00:03.000Z (over 2 years ago)
- Last Synced: 2025-02-15T08:26:34.581Z (12 months ago)
- Language: Python
- Homepage:
- Size: 123 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fedora-postinstall-config
This simple Python script allows you to post installation configuration your Fedora distribution. This includes checking for updates after installing the system, setting up GRUB + Btrfs and installation Timeshift, adding the Flathub repository, installing recommended Flatpak apps, setting up codecs, speeding up DNF package manager and installation useful software for settings your graphic card.
### Installation
```bash
wget -qO /tmp/installation.sh https://raw.githubusercontent.com/vikdevelop/fedora-postinstall-config/main/installation.sh && sh /tmp/installation.sh
```