change ufatih to boiabba
This commit is contained in:
parent
b7cc696859
commit
d9d87449c8
10
README.md
10
README.md
@ -37,7 +37,7 @@ These instructions will help you run Vigil on your own server using the git repo
|
||||
First clone the repository into a new directory:
|
||||
|
||||
```bash
|
||||
git clone https://git.uthmn.com/ufatih/vigil.git
|
||||
git clone https://git.uthmn.com/boiabba/vigil.git
|
||||
```
|
||||
|
||||
Now change into the directory:
|
||||
@ -95,7 +95,7 @@ This script automatically checks for required dependencies, offers to install an
|
||||
Run the following command:
|
||||
|
||||
```bash
|
||||
curl -sSL -o install.sh https://git.uthmn.com/ufatih/vigil/raw/main/install.sh
|
||||
curl -sSL -o install.sh https://git.uthmn.com/boiabba/vigil/raw/main/install.sh
|
||||
sudo bash install.sh
|
||||
rm install.sh
|
||||
```
|
||||
@ -103,7 +103,7 @@ rm install.sh
|
||||
You can also review the script before executing it:
|
||||
|
||||
```bash
|
||||
curl -sSL https://git.uthmn.com/ufatih/vigil/raw/main/install.sh -o install.sh
|
||||
curl -sSL https://git.uthmn.com/boiabba/vigil/raw/main/install.sh -o install.sh
|
||||
less install.sh
|
||||
sudo bash install.sh
|
||||
rm install.sh
|
||||
@ -112,7 +112,7 @@ rm install.sh
|
||||
You can also uninstall Vigil using the following command:
|
||||
|
||||
```bash
|
||||
curl -sSL -o uninstall.sh https://git.uthmn.com/ufatih/vigil/raw/main/uninstall.sh
|
||||
curl -sSL -o uninstall.sh https://git.uthmn.com/boiabba/vigil/raw/main/uninstall.sh
|
||||
sudo bash uninstall.sh
|
||||
rm uninstall.sh
|
||||
```
|
||||
@ -120,7 +120,7 @@ rm uninstall.sh
|
||||
You can also review the script before executing it:
|
||||
|
||||
```bash
|
||||
curl -sSL https://git.uthmn.com/ufatih/vigil/raw/main/uninstall.sh -o uninstall.sh
|
||||
curl -sSL https://git.uthmn.com/boiabba/vigil/raw/main/uninstall.sh -o uninstall.sh
|
||||
less uninstall.sh
|
||||
sudo bash uninstall.sh
|
||||
rm uninstall.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user