Update README.md

This commit is contained in:
2026-03-02 17:44:06 -08:00
parent 22782ac5b4
commit ea7a0999ce
+16 -4
View File
@@ -21,12 +21,24 @@ 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:
- Creating necessary directories (`linuxtoolbox/mybash`)