Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion install-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ initOS
# assemble expected release artifact name
if [ "${OS}" != "linux" ] && { [ "${ARCH}" = "ppc64" ] || [ "${ARCH}" = "ppc64le" ];}; then
# ppc64 and ppc64le are only supported on Linux.
echo "${OS}-${ARCH} is not supported by this instalation script"
echo "${OS}-${ARCH} is not supported by this installation script"
else
BINARY="ioctl-${OS}-${ARCH}"
fi
Expand Down
2 changes: 1 addition & 1 deletion install-injector.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ INSTALL_NAME="injector"
# assemble expected release artifact name
if [ "${OS}" != "linux" ] && { [ "${ARCH}" = "ppc64" ] || [ "${ARCH}" = "ppc64le" ];}; then
# ppc64 and ppc64le are only supported on Linux.
echo "${OS}-${ARCH} is not supported by this instalation script"
echo "${OS}-${ARCH} is not supported by this installation script"
else
BINARY="${INSTALL_NAME}-${OS}-${ARCH}"
fi
Expand Down