Skip to content

Commit

Permalink
Support linux-musl installation
Browse files Browse the repository at this point in the history
Co-authored-by: Eduard Filip <[email protected]>
  • Loading branch information
pascallap and edif2008 committed Oct 24, 2023
1 parent dec4cbb commit ca99415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/install-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ "$(id -u)" -ne 0 ]; then
fi

# Install op-cli
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
if [[ "$OSTYPE" == "linux"* ]]; then
ARCH=$(uname -m)
if [ "$(getconf LONG_BIT)" = 32 ]; then
ARCH="386"
Expand Down

0 comments on commit ca99415

Please sign in to comment.