From 95a332bc389952ab3062c70b3f40cead0a611b03 Mon Sep 17 00:00:00 2001 From: Jacob Schantli Date: Mon, 2 Mar 2026 18:19:25 -0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 367ca20..a8af8cc 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ This script automates the following tasks: * **Internet Connection**: Required to download packages and repositories. ## Usage -1. **Run script directly** -```bash - -``` +1. **Run script directly** + ```bash + curl -fsSL https://gitea.schantli.ca/jschantli/Fedora-PIS/src/branch/main/postinstall.sh | sh + ``` 1. **Clone the repository:** ```bash @@ -69,7 +69,3 @@ You can easily customize the script by editing the arrays at the top of the rele ## 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. - -## License - -[MIT License](LICENSE)