python-packages-for-cn/shared/tool/install_co_libraries.sh
2024-09-09 17:20:31 -04:00

24 lines
581 B
Bash
Executable File

# cd /downloads/info_fromDocker/packages/binaries
cd /shared/packages
apt install -y --allow-downgrades ./*deb
# cd /downloads/clones/libraries/certoffutils/
cd /shared/clones/libraries/certoffutils/
python3 setup.py --allow-downgrades install
cd ../certoffpolarion/
python3 setup.py install
cd ../certoffemails/
python3 setup.py install
cd ../certoffgraph/
python3 setup.py install
cd ../certoffmongo/
python3 setup.py install
cd ../certoffreposutils/
python3 setup.py install
cd ../certoffsymbols/
python3 setup.py install
cd ../certofffcbo/
python3 setup.py install