README Updated

This commit is contained in:
John W Kerns 2017-09-05 14:00:51 -07:00
parent 2a1a04bfc3
commit 7f3e0ac6a4

View file

@ -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