Update README.md
This commit is contained in:
@@ -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:
|
To install the `.bashrc` configuration, execute the following commands in your terminal:
|
||||||
|
|
||||||
```sh
|
1. **Clone the repository:**
|
||||||
git clone --depth=1 https://github.com/dacrab/mybash.git
|
```bash
|
||||||
cd mybash
|
git clone https://gitea.schantli.ca/jschantli/Fedora-PIS.git
|
||||||
./setup.sh
|
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:
|
The `setup.sh` script automates the installation process by:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user