Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivanshGahlot committed Jan 3, 2025
1 parent 995daca commit c622388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer_scripts/install-yb-voyager
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ centos_main() {
# Removing gcc for testing
sudo dnf remove -y gcc 1>&2
sudo yum install https://s3.us-west-2.amazonaws.com/downloads.yugabyte.com/repos/reporpms/yb-yum-repo-1.1-0.noarch.rpm 1>&2
sudo yum install perl-DBD-Oracle 1>&2
sudo yum install perl-DBD-Oracle perl-DBD-mysql 1>&2
install_ora2pg
create_base_ora2pg_conf_file
fi
Expand Down Expand Up @@ -209,7 +209,7 @@ ubuntu_main() {
output "Install perl DBD oracle driver."
wget https://s3.us-west-2.amazonaws.com/downloads.yugabyte.com/repos/reporpms/yb-apt-repo_1.0.0_all.deb 1>&2
sudo apt-get install ./yb-apt-repo_1.0.0_all.deb 1>&2
sudo apt-get install -y libdbd-oracle-perl 1>&2
sudo apt-get install -y libdbd-oracle-perl libdbd-mysql-perl 1>&2
install_ora2pg
create_base_ora2pg_conf_file
fi
Expand Down

0 comments on commit c622388

Please sign in to comment.