Skip to content

Commit

Permalink
updated install_oracle_client.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Oct 12, 2024
1 parent 04c6b5b commit 4a22604
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install/install_oracle_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ version="${1:-latest}"
timestamp "Installing Oracle InstantClient"
echo

if [ "$EUID" != 0 ]; then
die "You need to be root to run this script as it installs software"
fi

# xargs is needed by install_packages_if_absent.sh
if ! type -P xargs &>/dev/null; then
"$srcdir/../packages/install_packages.sh" findutils # contains xargs for RHEL8
Expand Down

0 comments on commit 4a22604

Please sign in to comment.