Update README.md

This commit is contained in:
2026-03-02 18:19:25 -08:00
parent 0d6c8df793
commit 95a332bc38
+3 -7
View File
@@ -36,9 +36,9 @@ This script automates the following tasks:
## Usage ## Usage
1. **Run script directly** 1. **Run script directly**
```bash ```bash
curl -fsSL https://gitea.schantli.ca/jschantli/Fedora-PIS/src/branch/main/postinstall.sh | sh
``` ```
1. **Clone the repository:** 1. **Clone the repository:**
```bash ```bash
@@ -69,7 +69,3 @@ You can easily customize the script by editing the arrays at the top of the rele
## Disclaimer ## Disclaimer
This script modifies system configuration files and installs third-party repositories (RPM Fusion, Copr). While it is designed to be safe and idempotent, please review the code before running it on a production machine. Always back up important data. This script modifies system configuration files and installs third-party repositories (RPM Fusion, Copr). While it is designed to be safe and idempotent, please review the code before running it on a production machine. Always back up important data.
## License
[MIT License](LICENSE)