Skip to content

Commit a02c0d9

Browse files
committed
Remove oracle v21 specific code
1 parent 5122724 commit a02c0d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maint/scripts/03_install_oracle_instantclient_rpm.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ if [ "$ORACLEV" = "latest" ]; then
88
wget --quiet "https://download.oracle.com/otn_software/linux/instantclient/oracle-instantclient-$i-linuxx64.rpm"
99
done
1010

11-
# Convert rpm to deb pkgs
11+
# Convert rpm to deb pkgs
1212
alien -k *.rpm
1313
dpkg -i *.deb
1414

15-
ls -l /usr/lib/oracle/21/client64
15+
find /usr/lib/oracle
1616

1717
ORACLEV=$(ls /usr/lib/oracle | sed 's/\///')
1818

0 commit comments

Comments
 (0)