Skip to content

Commit

Permalink
etc: add Ubuntu 22.04 support to DependencyInstaller.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
  • Loading branch information
oharboe committed Jan 2, 2023
1 parent b375234 commit 12f6475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/DependencyInstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ EOF
;;
*)
echo "unsupported system: ${os}" >&2
echo "supported systems are CentOS 7 and Ubuntu 20.04" >&2
echo "supported systems are CentOS 7, Ubuntu 20.04 and Ubuntu 22.04" >&2
_help
;;
esac
Expand Down

0 comments on commit 12f6475

Please sign in to comment.