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