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)