Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
refine the message
  • Loading branch information
prabhav-thali committed Feb 13, 2025
1 parent eaf3e74 commit 2607600
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,9 @@ do_install() {
echo_docker_as_nonroot
exit 0
;;
sles)
echo "Starting from v28, SLES packages will no longer be available for s390x."
exit 1
*)
if [ -z "$lsb_dist" ]; then
if is_darwin; then
Expand Down

0 comments on commit 2607600

Please sign in to comment.