Skip to content

Commit

Permalink
Update support for Oracle Linux for edge installer
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Sep 25, 2024
1 parent bfc87ff commit bd0e1d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hack/install-edge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ fi
echo "2. Downloading OCI image, and installing pre-requisites"
echo ""
if [ ! -x "$(command -v arkade)" ]; then

# For Centos, RHEL, Fedora, Amazon Linux, and Oracle Linux, use BINLOCATION=/usr/bin/
BINLOCATION=/usr/local/bin/

if [ -n "$(command -v yum)" ]; then
BINLOCATION=/usr/bin/
fi

curl -sLS https://get.arkade.dev | sh
fi

Expand Down

0 comments on commit bd0e1d7

Please sign in to comment.