update
This commit is contained in:
BIN
00_ansible_setup/01_rpm/05_tcl-8.5.13-8.el7.x86_64.rpm
Normal file
BIN
00_ansible_setup/01_rpm/05_tcl-8.5.13-8.el7.x86_64.rpm
Normal file
Binary file not shown.
BIN
00_ansible_setup/01_rpm/06_expect-5.45-14.el7_1.x86_64.rpm
Normal file
BIN
00_ansible_setup/01_rpm/06_expect-5.45-14.el7_1.x86_64.rpm
Normal file
Binary file not shown.
@@ -4,7 +4,7 @@ if [ -z "$BASH_VERSION" ]; then exec bash "$0" "$@"; exit; fi
|
||||
|
||||
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-*
|
||||
|
||||
rpm_list=`find . -name "*.rpm"`
|
||||
rpm_list=`find . -name "*.rpm" | sort`
|
||||
|
||||
for rpm in ${rpm_list}
|
||||
do
|
||||
@@ -17,8 +17,7 @@ do
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
pip3 install --upgrade --no-index -f ./02-pip/pip-20.3-py2.py3-none-any.whl pip==20.3
|
||||
pip3 install --force-reinstall --upgrade --no-index -f 02_pip/pip-20.3-py2.py3-none-any.whl pip==20.3
|
||||
pip3 install --no-index -f ./03_ansible ansible
|
||||
pip3 install --no-index -f ./04_kubernetes kubernetes
|
||||
pip3 install --no-index -f ./05_minio Minio
|
||||
|
||||
Reference in New Issue
Block a user