Micro changes to readme, just fixing install script
This commit is contained in:
parent
fb80ed7ec8
commit
b7cc696859
@ -95,7 +95,9 @@ This script automatically checks for required dependencies, offers to install an
|
||||
Run the following command:
|
||||
|
||||
```bash
|
||||
curl -sSL https://git.uthmn.com/ufatih/vigil/raw/main/install.sh | sudo bash
|
||||
curl -sSL -o install.sh https://git.uthmn.com/ufatih/vigil/raw/main/install.sh
|
||||
sudo bash install.sh
|
||||
rm install.sh
|
||||
```
|
||||
|
||||
You can also review the script before executing it:
|
||||
@ -110,7 +112,9 @@ rm install.sh
|
||||
You can also uninstall Vigil using the following command:
|
||||
|
||||
```bash
|
||||
curl -sSL https://git.uthmn.com/ufatih/vigil/raw/main/uninstall.sh | sudo bash
|
||||
curl -sSL -o uninstall.sh https://git.uthmn.com/ufatih/vigil/raw/main/uninstall.sh
|
||||
sudo bash uninstall.sh
|
||||
rm uninstall.sh
|
||||
```
|
||||
|
||||
You can also review the script before executing it:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user