forked from BSDCafe/checkmyip
README Updated
This commit is contained in:
parent
2a1a04bfc3
commit
7f3e0ac6a4
1 changed files with 8 additions and 0 deletions
|
@ -61,14 +61,22 @@ shutdown -r now
|
|||
|
||||
Install Dependencies
|
||||
```
|
||||
yum install git -y
|
||||
yum install gcc -y
|
||||
yum install libffi-devel -y
|
||||
yum install openssl-devel -y
|
||||
pip install python-gssapi
|
||||
```
|
||||
|
||||
Clone Repo
|
||||
```
|
||||
git clone https://github.com/PackeTsar/checkmyip.git
|
||||
```
|
||||
|
||||
Install Binary
|
||||
```
|
||||
cd checkmyip
|
||||
|
||||
cp checkmyip.py /bin/checkmyip
|
||||
chmod 777 /bin/checkmyip
|
||||
|
||||
|
|
Loading…
Reference in a new issue