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
|
Install Dependencies
|
||||||
```
|
```
|
||||||
|
yum install git -y
|
||||||
yum install gcc -y
|
yum install gcc -y
|
||||||
yum install libffi-devel -y
|
yum install libffi-devel -y
|
||||||
yum install openssl-devel -y
|
yum install openssl-devel -y
|
||||||
pip install python-gssapi
|
pip install python-gssapi
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Clone Repo
|
||||||
|
```
|
||||||
|
git clone https://github.com/PackeTsar/checkmyip.git
|
||||||
|
```
|
||||||
|
|
||||||
Install Binary
|
Install Binary
|
||||||
```
|
```
|
||||||
|
cd checkmyip
|
||||||
|
|
||||||
cp checkmyip.py /bin/checkmyip
|
cp checkmyip.py /bin/checkmyip
|
||||||
chmod 777 /bin/checkmyip
|
chmod 777 /bin/checkmyip
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue