18 lines
240 B
Markdown
18 lines
240 B
Markdown
# blockauth
|
|
|
|
## Install blockauth
|
|
|
|
```
|
|
git clone https://gitlab.com/q3aql/blockauth.git
|
|
cd blockauth
|
|
sudo ./install.sh
|
|
```
|
|
|
|
## Unninstall blockauth
|
|
|
|
```
|
|
git clone https://gitlab.com/q3aql/blockauth.git
|
|
cd blockauth
|
|
sudo ./unninstall.sh
|
|
```
|