Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frezeeb/fedora-script
This is a place to host a post-installation script of Fedora Linux
https://github.com/frezeeb/fedora-script
Last synced: about 2 months ago
JSON representation
This is a place to host a post-installation script of Fedora Linux
- Host: GitHub
- URL: https://github.com/frezeeb/fedora-script
- Owner: FrezeeB
- License: mit
- Created: 2024-01-03T04:38:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T17:20:39.000Z (3 months ago)
- Last Synced: 2024-10-22T07:14:06.533Z (3 months ago)
- Language: Shell
- Size: 2.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a script to tweak Fedora **after a fresh installation**. This script will:
1. Remove some preinstalled apps
2. Replace default Libreoffice with flatpak version
3. Import key to sign drivers for secure boot
4. Install aditional user packagesAfter running the script your device will reboot, make sure to run it **once again** to finish pending tasks. To execute this script, open a terminal and run:
**For Gnome:**
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/FrezeeB/Fedora-script/main/post-installation-script-Gnome.sh)"
**For KDE Plasma:**
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/FrezeeB/Fedora-script/main/post-installation-script-KDE-Plasma.sh)"