6 lines
75 B
Bash
6 lines
75 B
Bash
|
|
#!/bin/bash
|
||
|
|
yum install m2crypto -y
|
||
|
|
|
||
|
|
python get-pip.py
|
||
|
|
pip install cymysql
|