Skip to content

Commit

Permalink
update ubuntu 20.04 comment (#34182)
Browse files Browse the repository at this point in the history
24
  • Loading branch information
maxime-desroches authored Dec 8, 2024
1 parent dfe2837 commit b94946e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_ubuntu_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if [ -f "/etc/os-release" ]; then
install_ubuntu_focal_requirements
;;
*)
echo "$ID $VERSION_ID is unsupported. This setup script is written for Ubuntu 20.04."
echo "$ID $VERSION_ID is unsupported. This setup script is written for Ubuntu 24.04."
read -p "Would you like to attempt installation anyway? " -n 1 -r
echo ""
if [[ ! $REPLY =~ ^[Yy]$ ]]; then
Expand Down

0 comments on commit b94946e

Please sign in to comment.