Skip to content
Snippets Groups Projects
Commit bc38e122 authored by Volodymyr Yurchenko's avatar Volodymyr Yurchenko Committed by Cedric CAFFY
Browse files

Add oracle instant client package to centos 7 installation

parent 3ce912cb
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,15 @@ cat gitScripts/bash_profile.hook >> ~eric/.bash_profile
sudo -u eric cp tigConf/tigrc ~eric/.tigrc
echo Installing minimal tools and tape tools
yum install -y git cmake rpm-build gcc gcc-c++ vim gdb cgdb strace ltrace screen tig lsscsi mt-st mtx sg3_utils jq psmisc mariadb-devel yum-plugin-versionlock krb5-workstation
yum install -y git cmake rpm-build gcc gcc-c++ vim gdb cgdb strace ltrace screen tig lsscsi mt-st mtx sg3_utils jq psmisc mariadb-devel yum-plugin-versionlock krb5-workstation wget yum-utils
echo Installing Oracle instant client
wget https://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol7 -O /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
cd /etc/yum.repos.d
rm -f public-yum-ol7.repo
wget https://yum.oracle.com/public-yum-ol7.repo
yum-config-manager --enable ol7_oracle_instantclient
yum install -y oracle-instantclient19.3-basic.x86_64 oracle-instantclient19.3-devel.x86_64
(cd / ; sudo -u eric git config --global color.ui true)
(cd / ; sudo -u eric git config --global user.email "Eric.Cano@cern.ch")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment