mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 12:36:09 -07:00
update oracle url
This commit is contained in:
parent
8c4165a83b
commit
03cdc31f98
2 changed files with 2 additions and 2 deletions
2
INSTALL
2
INSTALL
|
@ -24,5 +24,5 @@ https://wiki.termux.com/wiki/Graphical_Environment
|
|||
|
||||
|
||||
For the Oracle login module, install the basic and SDK packages:
|
||||
http://www.oracle.com/technetwork/database/features/instant-client/index.html
|
||||
https://www.oracle.com/database/technologies/instant-client/downloads.html
|
||||
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -966,7 +966,7 @@ if [ -n "$ORACLE_PATH" -a -n "$ORACLE_IPATH" ]; then
|
|||
fi
|
||||
if [ "X" = "X$ORACLE_PATH" -o "X" = "X$ORACLE_IPATH" ]; then
|
||||
echo " ... NOT found, module Oracle disabled"
|
||||
echo "Get basic and sdk package from http://www.oracle.com/technetwork/database/features/instant-client/index.html"
|
||||
echo "Get basic and sdk package from https://www.oracle.com/database/technologies/instant-client/downloads.html"
|
||||
ORACLE_PATH=""
|
||||
ORACLE_IPATH=""
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue