Skip to content

Commit

Permalink
Merge pull request #1961 from openziti/tweak-linux-install
Browse files Browse the repository at this point in the history
improve error message
  • Loading branch information
qrkourier authored Apr 19, 2024
2 parents 908aabe + 4d8eb78 commit 60063ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/dist-packages/linux/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ main(){
elif [ -f /etc/debian_version ]; then
installDebian "$@"
else
echo "ERROR: Unsupported Linux distribution family. The zrok-share package is available as a Debian or Red Hat package." >&2
echo "ERROR: Unsupported Linux distribution family. Ziti and zrok packages are available for Debian and Red Hat family of distros." >&2
exit 1
fi
}
Expand Down

0 comments on commit 60063ad

Please sign in to comment.