From ea7a0999ce01d574231e83f3e86519f881992f38 Mon Sep 17 00:00:00 2001 From: Jacob Schantli Date: Mon, 2 Mar 2026 17:44:06 -0800 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) 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: