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