forked from ISTI-ansible-roles/ansible-roles
8 lines
77 B
Bash
8 lines
77 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
GET_PIP=/usr/local/lib/get-pip.py
|
||
|
|
||
|
chmod 755 $GET_PIP
|
||
|
|
||
|
$GET_PIP
|