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

Disable oracle repos after instantclient is installed

parent 964e3cfa
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ echo Installing Oracle instant client
sudo wget https://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol7 -O /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
sudo wget https://yum.oracle.com/public-yum-ol7.repo -O /etc/yum.repos.d/public-yum-ol7.repo
sudo yum install -y oracle-instantclient19.3-basic.x86_64 oracle-instantclient19.3-devel.x86_64 --enablerepo=ol7_oracle_instantclient
sudo yum-config-manager --disable ol7_*
echo "Getting CTA sources for $CTAUSER..."
sudo -u $CTAUSER bash -c 'cd ~ ; git clone https://gitlab.cern.ch/cta/CTA.git; cd CTA ; git submodule update --init --recursive'
......
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