diff --git a/README.md b/README.md index fec0e74..7628bb7 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,23 @@ This repository provides a comprehensive `.bashrc` configuration along with supp To install the `.bashrc` configuration, execute the following commands in your terminal: -```sh -git clone --depth=1 https://github.com/dacrab/mybash.git -cd mybash -./setup.sh -``` +1. **Clone the repository:** + ```bash + git clone https://gitea.schantli.ca/jschantli/Fedora-PIS.git + cd Fedora-postInstall-Script + ``` + +2. **Make the script executable:** + ```bash + chmod +x postinstall.sh + ``` + +3. **Run the script:** + ```bash + ./postinstall.sh + ``` + + *Note: You will be prompted for your `sudo` password at the beginning. The script includes a keep-alive mechanism to prevent sudo from timing out during long operations.* The `setup.sh` script automates the installation process by: