8 lines
141 B
Bash
8 lines
141 B
Bash
#!/bin/bash
|
|
|
|
git clone http://git.vps.benjamyn-testing.com/benjamyn/whois
|
|
pip install -r requirements.txt
|
|
cd whois
|
|
python2 setup.py install
|
|
|